style: 高级筛选-修复名称过长时关闭按钮被隐藏的样式问题
--bug=1046988 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001046988
This commit is contained in:
parent
9e4a2e1ae8
commit
895628a48e
|
@ -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,
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
type="primary"
|
||||
theme="outline"
|
||||
allow-edit
|
||||
show-table
|
||||
@click="handleTagClick(record)"
|
||||
/>
|
||||
<MsSelect
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
type="primary"
|
||||
theme="outline"
|
||||
allow-edit
|
||||
show-table
|
||||
@click="handleTagClick(record)"
|
||||
/>
|
||||
<MsSelect
|
||||
|
|
Loading…
Reference in New Issue