fix(系统管理): 批量添加用户组弹窗内容错位问题&下拉接口未刷新
This commit is contained in:
parent
0a95c89998
commit
238a5a929b
|
@ -686,3 +686,19 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** 穿梭框节点溢出省略 **/
|
||||
.arco-transfer {
|
||||
.arco-tree-node-title-text {
|
||||
overflow: hidden;
|
||||
width: 206px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.arco-checkbox-label {
|
||||
overflow: hidden;
|
||||
width: 214px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
v-bind="attrs"
|
||||
:footer="props.footer"
|
||||
:mask-closable="false"
|
||||
unmount-on-close
|
||||
@close="handleCancel"
|
||||
>
|
||||
<template #title>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
class="ms-modal-form ms-modal-medium"
|
||||
:ok-text="t('organization.member.Confirm')"
|
||||
:cancel-text="t('organization.member.Cancel')"
|
||||
unmount-on-close
|
||||
@close="handleCancel"
|
||||
>
|
||||
<template #title>
|
||||
|
|
Loading…
Reference in New Issue