5d0553a6 by 焦泽平
2 parents da0931d1 e4aa0a66
...@@ -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 }
......
...@@ -543,7 +543,7 @@ export default { ...@@ -543,7 +543,7 @@ export default {
543 height: 66px; 543 height: 66px;
544 border-bottom: 1px solid rgba(255, 255, 255, 0.2); 544 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
545 box-sizing: border-box; 545 box-sizing: border-box;
546 padding: 10px; 546 padding: 10px 20px;
547 transition: width 0.3s; 547 transition: width 0.3s;
548 background-color: #287CC5; 548 background-color: #287CC5;
549 .logo-img { 549 .logo-img {
...@@ -554,7 +554,7 @@ export default { ...@@ -554,7 +554,7 @@ export default {
554 padding-left: 10px; 554 padding-left: 10px;
555 color: #ffffff; 555 color: #ffffff;
556 line-height: 44px; 556 line-height: 44px;
557 font-size: 23px; 557 font-size: 20px;
558 } 558 }
559 } 559 }
560 .search-box{ 560 .search-box{
......