mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-07-19 19:29:38 +08:00
首页筛选框样式优化
This commit is contained in:
parent
7ed33dd460
commit
d6d814deb7
@ -307,7 +307,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tree-treenode {
|
.ant-tree-treenode {
|
||||||
min-width: 200px;
|
min-width: 150px;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
@ -177,7 +177,6 @@ const IndexPage = () => {
|
|||||||
const dropItem = (
|
const dropItem = (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
minWidth: 150,
|
|
||||||
maxHeight: 600,
|
maxHeight: 600,
|
||||||
overflowX: "hidden",
|
overflowX: "hidden",
|
||||||
overflowY: "auto",
|
overflowY: "auto",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user