From 9846a71f78f94111962379cc36b667ce659e615a Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期三, 13 四月 2022 19:10:57 +0800
Subject: [PATCH] 细节样式

---
 src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue |    2 +-
 src/pages/show/otherBusiness/OtherBusiness.vue       |    2 +-
 src/pages/show/shehuiBaozhang/shehuiBaozhang.vue     |    3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue b/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue
index 608af47..8dfe94f 100644
--- a/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue
+++ b/src/pages/show/jiuyeAndChuangye/jiuyeAndChuangye.vue
@@ -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;
diff --git a/src/pages/show/otherBusiness/OtherBusiness.vue b/src/pages/show/otherBusiness/OtherBusiness.vue
index 29fbb3f..1a542d4 100644
--- a/src/pages/show/otherBusiness/OtherBusiness.vue
+++ b/src/pages/show/otherBusiness/OtherBusiness.vue
@@ -49,7 +49,7 @@
   ;
     display: flex;
     justify-content: center;
-    padding-left: 0;
+    padding: 0px!important;
   }
 
   .el-menu-item.is-active {
diff --git a/src/pages/show/shehuiBaozhang/shehuiBaozhang.vue b/src/pages/show/shehuiBaozhang/shehuiBaozhang.vue
index 3e8f513..5c04242 100644
--- a/src/pages/show/shehuiBaozhang/shehuiBaozhang.vue
+++ b/src/pages/show/shehuiBaozhang/shehuiBaozhang.vue
@@ -76,6 +76,9 @@
       background-size: 100% 100%;
       width: 0.75rem  /* 192/256 */;
       height: 0.3125rem  /* 80/256 */;
+      display: flex;
+      justify-content: center;
+      padding: 0px!important;
     }
     .el-menu-item.is-active{
       background:url("../../../assets/images/jiuye-menu-active.png") no-repeat center;

--
Gitblit v1.9.1