style(Web): 优化权限表中树形结构的显示样式

- 为树节点添加最小宽度,确保内容不换行
This commit is contained in:
master 2024-11-25 14:22:04 +08:00
parent f75abc9d4a
commit 58c2984230
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 {