e4aa0a66 by 杨威

相同类名修改

1 parent 772628a8
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
11 third_layer: !item.children, 11 third_layer: !item.children,
12 second_layer: item.children, 12 second_layer: item.children,
13 curNode:$route.query.bsm && $route.query.bsm==item.bsm, 13 curNode:$route.query.bsm && $route.query.bsm==item.bsm,
14 zxx:item.qszt, 14 zxxNode:item.qszt,
15 iszd:item.qszt&&item.type == 'zd', 15 iszd:item.qszt&&item.type == 'zd',
16 isdz:item.qszt&&item.type == 'dz', 16 isdz:item.qszt&&item.type == 'dz',
17 iszrz:item.qszt&&item.type == 'zrz', 17 iszrz:item.qszt&&item.type == 'zrz',
...@@ -363,7 +363,7 @@ export default { ...@@ -363,7 +363,7 @@ export default {
363 width: 100%; 363 width: 100%;
364 } 364 }
365 } 365 }
366 .zxx{ 366 .zxxNode{
367 width: 279px!important; 367 width: 279px!important;
368 position: relative; 368 position: relative;
369 left: -80px; 369 left: -80px;
...@@ -371,7 +371,7 @@ export default { ...@@ -371,7 +371,7 @@ export default {
371 } 371 }
372 .iszd{ 372 .iszd{
373 .tree_item_box{ 373 .tree_item_box{
374 .zxx{ 374 .zxxNode{
375 padding-left: 0; 375 padding-left: 0;
376 left: 0; 376 left: 0;
377 } 377 }
......