fix: 样式细节调整
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user