Merge pull request 'style(Web): 优化权限表中树形结构的显示样式' (#180) from IMaster/Admin.NET.Pro:main into main

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/180
This commit is contained in:
zuohuaijun 2024-11-25 20:58:41 +08:00
commit 1b6c00cfa1
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@ node_modules/
/Admin.NET/.vs
/Admin.NET.App/unpackage
/App/unpackage
.history

View File

@ -102,6 +102,7 @@ defineExpose({ openDrawer });
.el-tree-node {
display: inline-block;
min-width: 160px;
}
.el-tree-node__content {