部门页面初步

This commit is contained in:
禺狨 2023-03-13 17:50:01 +08:00
parent 71f6457c9f
commit f83fbc15d5

View File

@ -378,6 +378,16 @@ textarea.ant-input {
background-color: #f5f5f5 !important;
}
}
.ant-tree-node-content-wrapper {
width: 100% !important;
height: 40px !important;
display: flex;
align-items: center;
&:hover {
background-color: #f5f5f5 !important;
}
}
.ant-tree-switcher {
height: 40px !important;
display: flex;