Browse Source

DESIGN-4402 fix: 复选树视觉问题

es6
zsmj 2 years ago
parent
commit
df542cf009
  1. 8
      src/less/base/tree/ztree.less

8
src/less/base/tree/ztree.less

@ -92,7 +92,7 @@
}
.ztree.solid li a {
height: 32px;
height: 30px;
}
.ztree li a.curSelectedNode {
@ -143,7 +143,7 @@
}
.ztree.solid li span {
line-height: 32px;
line-height: 30px;
}
.ztree li span.icon {
@ -282,8 +282,8 @@
}
.ztree.solid li span.button.switch {
width: 32px;
height: 32px
width: 30px;
height: 30px
}
.ztree li span.button.switch.noline_open {

Loading…
Cancel
Save