update 调整大量细节

This commit is contained in:
2021-06-17 17:14:38 +08:00
parent aed7a07e51
commit 5b57785b81
13 changed files with 211 additions and 115 deletions

View File

@@ -27,6 +27,8 @@
text-align: right;
>.anticon {
margin-left: @padding-xs;
cursor: pointer;
color: fade(@black, 50%);
@@ -60,4 +62,7 @@
background-color: fade(@black, 45%);
}
}
.ant-tree {
color: fade(@black, 60%);
}
}