首页筛选框样式优化

This commit is contained in:
禺狨 2023-05-10 10:33:02 +08:00
parent 7ed33dd460
commit d6d814deb7
2 changed files with 1 additions and 2 deletions

View File

@ -307,7 +307,7 @@ h1 {
}
.ant-tree-treenode {
min-width: 200px;
min-width: 150px;
width: 100% !important;
height: 40px !important;
padding: 0 !important;

View File

@ -177,7 +177,6 @@ const IndexPage = () => {
const dropItem = (
<div
style={{
minWidth: 150,
maxHeight: 600,
overflowX: "hidden",
overflowY: "auto",