树结构组件样式调整
Showing
2 changed files
with
4 additions
and
4 deletions
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | :data-zdbsm="item.zdbsm" | 36 | :data-zdbsm="item.zdbsm" |
37 | :title=item.mc | 37 | :title=item.mc |
38 | > | 38 | > |
39 | <i v-show="!item.qszt" class="iconfont iconguoyou" style="margin-right:6px"></i> | 39 | <i v-show="!item.qszt && !item.type" class="iconfont iconguoyou" style="margin-right:6px"></i> |
40 | <span class="qsztImg" v-if="item.bblx == 1 || (item.bhqkbsm != ''&& item.bhqkbsm != null)"> | 40 | <span class="qsztImg" v-if="item.bblx == 1 || (item.bhqkbsm != ''&& item.bhqkbsm != null)"> |
41 | <!-- <span class="qsztFont" style="color: #9e9b9b">变</span> --> | 41 | <!-- <span class="qsztFont" style="color: #9e9b9b">变</span> --> |
42 | <i :class="$route.query.bsm && $route.query.bsm==item.bsm ? 'iconfont iconbianing':'iconfont iconbian'"></i> | 42 | <i :class="$route.query.bsm && $route.query.bsm==item.bsm ? 'iconfont iconbianing':'iconfont iconbian'"></i> |
... | @@ -488,13 +488,13 @@ export default { | ... | @@ -488,13 +488,13 @@ export default { |
488 | 488 | ||
489 | .lpbTree_collapse_icon { | 489 | .lpbTree_collapse_icon { |
490 | // opacity: .5; | 490 | // opacity: .5; |
491 | background: url("../../assets/images/lpbTree_expand_.svg") no-repeat center | 491 | background: url("../../assets/images/arrow-down-bold.svg") no-repeat center |
492 | center; | 492 | center; |
493 | background-size: contain; | 493 | background-size: contain; |
494 | } | 494 | } |
495 | .lpbTree_expand_icon { | 495 | .lpbTree_expand_icon { |
496 | // opacity: .5; | 496 | // opacity: .5; |
497 | background: url("../../assets/images/lpbTree_collapse_.svg") no-repeat center | 497 | background: url("../../assets/images/arrow-left-bold.svg") no-repeat center |
498 | center; | 498 | center; |
499 | background-size: contain; | 499 | background-size: contain; |
500 | } | 500 | } | ... | ... |
... | @@ -757,7 +757,7 @@ export default { | ... | @@ -757,7 +757,7 @@ export default { |
757 | .reTree_icon { | 757 | .reTree_icon { |
758 | width: 17px; | 758 | width: 17px; |
759 | height: 17px; | 759 | height: 17px; |
760 | margin-right: 10px; | 760 | margin-right: 16px; |
761 | } | 761 | } |
762 | 762 | ||
763 | .basic_layer { | 763 | .basic_layer { | ... | ... |
-
Please register or sign in to post a comment