fix: 样式细节调整

This commit is contained in:
xuziqiang
2024-06-26 14:58:23 +08:00
parent b55ab2353e
commit 613e7feaf4
5 changed files with 15 additions and 7 deletions

View File

@@ -323,7 +323,6 @@
watchEffect(() => {
if (selectRef.value) {
getUserTree().then(() => {
return;
if (!roleTreeData.value?.length) {
selectRoleRef.value = {};
roleFormData.value = {};
@@ -595,7 +594,7 @@
// 部门选择
const SelectApartmentTree = (selectedKeys: any, info: any) => {
console.log(info);
console.log(info, 'SelectApartmentTree');
// 部门切换需要调整角色tab
roleActiveKey.value = 1;
@@ -784,7 +783,7 @@
padding: @ns-gap;
background-color: @white;
border-radius: @ns-border-radius;
box-shadow: @ns-content-box-shadow;
// box-shadow: @ns-content-box-shadow;
}
.tree {

View File

@@ -607,7 +607,7 @@
> div {
border-radius: @ns-border-radius;
background-color: @white;
box-shadow: @ns-content-box-shadow;
// box-shadow: @ns-content-box-shadow;
flex: 1;
}
.top:first-child {