From 76e28b7140b15261f1d82c2855eb09b49e5902b3 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期四, 28 四月 2022 15:03:18 +0800
Subject: [PATCH] 巩固脱贫成果

---
 src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue b/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue
index 671a475..9531900 100644
--- a/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue
+++ b/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue
@@ -7,7 +7,7 @@
               <h1>鍔冲姩灏变笟缁熻</h1>
             </div>
           </el-menu-item>
-          <el-menu-item index="chuangyeDanbaoDaikuan">
+          <el-menu-item index="/chuangyeDanbaoDaikuan">
             <div class="menu-left-block">
               <h1>鍒涗笟鎷呬繚璐锋</h1>
             </div>
@@ -58,7 +58,7 @@
       height: 0.3125rem  /* 80/256 */;
       display: flex;
       justify-content: center;
-      padding-left: 0;
+      padding: 0px!important;
     }
     .el-menu-item.is-active{
       background:url("../../../assets/images/jiuye-menu-active.png") no-repeat center;
@@ -77,6 +77,7 @@
     padding: 0.078125rem  /* 20/256 */;
     box-sizing: border-box;
     display: flex;
+    height: calc(100% - 0.390625rem  /* 100/256 */);
     .menu-left{
       width: 0.9375rem  /* 240/256 */;
       height: 5.2734375rem  /* 1350/256 */;
@@ -99,10 +100,9 @@
       }
     }
     .menu-right{
-      flex: 1;
+      width: calc(100% - 0.9375rem);
       padding: 0 0.078125rem  /* 20/256 */;
       box-sizing: border-box;
-      @include overflow-y(150px);
       height: 100%;
     }
   }

--
Gitblit v1.9.1