Commit 4ce73ccc authored by 涂茜's avatar 涂茜

fix: bug

parent 07aeac51
Pipeline #29328 canceled with stages
......@@ -13,7 +13,7 @@
}
.ant-tree-checkbox {
margin: 4px 2px 0 0;
margin: 7px 2px 0 0;
}
.ant-tree-title {
......@@ -24,14 +24,26 @@
width: 100%;
}
.ant-tree-switcher {
line-height: 30px;
}
.ant-tree-switcher-noop {
width: 14px;
}
.ant-tree-node-content-wrapper {
flex: 1;
min-height: 30px;
overflow: hidden;
line-height: 30px;
text-overflow: ellipsis;
border-radius: 3px;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
color: #1890ff;
background-color: #eaf1fe;
}
&-content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment