style: 高级筛选-修复名称过长时关闭按钮被隐藏的样式问题

--bug=1046988 --user=吕梦园
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001046988
This commit is contained in:
teukkk 2024-09-23 17:21:01 +08:00 committed by Craftsman
parent 9e4a2e1ae8
commit 895628a48e
3 changed files with 5 additions and 2 deletions

View File

@ -280,11 +280,12 @@
max-width: 100vw;
.arco-drawer-header {
display: flex;
height: 56px;
border-bottom: 1px solid var(--color-text-n8);
.arco-drawer-title {
@apply w-full;
flex: 1;
overflow: hidden;
line-height: 24px;
.ms-drawer-right-operation-button {
.ms-button-icon,

View File

@ -42,6 +42,7 @@
type="primary"
theme="outline"
allow-edit
show-table
@click="handleTagClick(record)"
/>
<MsSelect

View File

@ -43,6 +43,7 @@
type="primary"
theme="outline"
allow-edit
show-table
@click="handleTagClick(record)"
/>
<MsSelect