fix(系统管理): 批量添加用户组弹窗内容错位问题&下拉接口未刷新

This commit is contained in:
xinxin.wu 2023-09-12 15:41:08 +08:00 committed by fit2-zhao
parent 0a95c89998
commit 238a5a929b
3 changed files with 18 additions and 0 deletions

View File

@ -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;
}
}

View File

@ -6,6 +6,7 @@
v-bind="attrs"
:footer="props.footer"
:mask-closable="false"
unmount-on-close
@close="handleCancel"
>
<template #title>

View File

@ -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>