Commit d9b58acfe097c6d49d57ded3b5910d825aed95fc

Authored by fengtao
1 parent 35eeaf2f

fix:DEFECT-523 修复组织列表箭头不同分辨率样式错乱问题

@@ -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.1rem; 480 + left: 1.1vw;
481 } 481 }
482 .fold-right { 482 .fold-right {
483 z-index: 1; 483 z-index: 1;
484 cursor: pointer; 484 cursor: pointer;
485 position: absolute; 485 position: absolute;
486 top: 0.85rem; 486 top: 0.85rem;
487 - left: 21.6rem; 487 + left: 18.2vw;
488 } 488 }
489 @prefix-cls: ~'@{namespace}-basic-tree'; 489 @prefix-cls: ~'@{namespace}-basic-tree';
490 490