Commit 8dfd683b8d83180dd2819db3dc2ca457ca1e6117

Authored by fengtao
1 parent cac9ef02

style:修改组织列表显隐样式问题

@@ -344,7 +344,7 @@ @@ -344,7 +344,7 @@
344 } 344 }
345 345
346 &-form-container { 346 &-form-container {
347 - padding: 16px; 347 + padding: 16px 16px 0px 36px;
348 348
349 .ant-form { 349 .ant-form {
350 padding: 12px 10px 6px 10px; 350 padding: 12px 10px 6px 10px;
@@ -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: 0.5vw; 480 + left: 1.1vw;
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: 17.5vw; 487 + left: 18.1vw;
488 } 488 }
489 @prefix-cls: ~'@{namespace}-basic-tree'; 489 @prefix-cls: ~'@{namespace}-basic-tree';
490 490