Commit 4d3a00c73960ddf0db959713466c31f2297e76d2

Authored by fengtao
1 parent 69d147b4

pref: DEFECT-516 优化Tree 箭头样式

@@ -477,14 +477,14 @@ @@ -477,14 +477,14 @@
477 cursor: pointer; 477 cursor: pointer;
478 position: absolute; 478 position: absolute;
479 top: 0.85rem; 479 top: 0.85rem;
480 - left: 1.1vw; 480 + left: 1.1rem;
481 } 481 }
482 .fold-right { 482 .fold-right {
483 z-index: 9999; 483 z-index: 9999;
484 cursor: pointer; 484 cursor: pointer;
485 position: absolute; 485 position: absolute;
486 top: 0.85rem; 486 top: 0.85rem;
487 - left: 18.1vw; 487 + left: 21.6rem;
488 } 488 }
489 @prefix-cls: ~'@{namespace}-basic-tree'; 489 @prefix-cls: ~'@{namespace}-basic-tree';
490 490