style:权限子级横向排列

This commit is contained in:
JaguarJack 2023-05-24 06:37:36 +08:00
parent d02d56a6c0
commit 1849c85c39

View File

@ -220,4 +220,10 @@ const getParent = (parentId: any) => {
:deep(.el-tree .el-tree__empty-block .el-tree__empty-text) { :deep(.el-tree .el-tree__empty-block .el-tree__empty-text) {
@apply left-10 top-4; @apply left-10 top-4;
} }
:deep(.el-tree-node .is-expanded .el-tree-node__children) {
@apply flex flex-wrap pl-9;
}
:deep(.el-tree-node .is-expanded .el-tree-node__children .el-tree-node__content) {
padding-left: 0 !important;
}
</style> </style>