首页筛选框样式优化

This commit is contained in:
禺狨 2023-05-10 10:24:51 +08:00
parent 690f5ae11b
commit 403b445719

View File

@ -300,6 +300,12 @@ h1 {
display: none !important;
}
.ant-tree-node-selected {
.ant-tree-title {
color: #ff4d4f;
}
}
.ant-tree-treenode {
min-width: 200px;
width: 100% !important;
@ -311,7 +317,6 @@ h1 {
background-color: #fff2f0 !important;
border-radius: 0px !important;
overflow: hidden;
font-weight: 600;
.ant-tree-node-content-wrapper {
background-color: transparent !important;
}
@ -367,6 +372,6 @@ h1 {
}
}
.ant-popover-inner{
.ant-popover-inner {
padding: 8px 0px !important;
}