fix: box-shadow补充

This commit is contained in:
xuziqiang
2024-07-18 14:54:30 +08:00
parent 7745f55803
commit 13d6db895f
6 changed files with 29 additions and 3 deletions

View File

@@ -48,11 +48,18 @@
height: 100%;
}
}
// 树组件
:deep(.ant-tree-node-content-wrapper) {
overflow: hidden;
text-overflow: ellipsis;
text-wrap: nowrap;
}
:deep(.ant-tree-node-selected) {
color: @primary-color !important;
}
// ns-view-list-table 搜索区域
:deep(.ns-table-search) {
.ns-flexv2-form {
.ns-operate {