Browse Source

Pull request #3013: DESIGN-4402 fix: 复选树视觉问题

Merge in VISUAL/fineui from ~DAILER/fineui:master to master

* commit 'e5dc93bc489606c1b5eba1a2d4082266e177d94e':
  DESIGN-4402 fix: 复选树视觉问题
es6
Dailer 2 years ago
parent
commit
bd90d31641
  1. 17
      src/less/base/tree/ztree.less

17
src/less/base/tree/ztree.less

@ -79,7 +79,6 @@
vertical-align: top;
display: inline-block;
.tree-node-text {
&:not(.disabled) {
&:hover {
.background-color(@color-bi-background-highlight, 10%);
@ -90,7 +89,6 @@
.background-color(@color-bi-background-highlight, 15%);
}
}
}
}
.ztree.solid li a {
@ -150,17 +148,12 @@
.ztree li span.icon {
display: inline-block;
vertical-align: top;
text-align: center;
width: 24px;
height: 24px;
line-height: 24px;
}
.ztree li span.icon {
width: 32px;
height: 32px;
line-height: 32px;
width: 16px;
height: 16px;
line-height: 16px;
padding: 0 2px;
vertical-align: middle;
}
.ztree li span.button {

Loading…
Cancel
Save