bill 1 year ago
parent
commit
06b39cc7cc
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/layout/sider.vue

+ 4 - 2
src/layout/sider.vue

@@ -1,6 +1,8 @@
 <template>
 <template>
   <a-layout-sider class="sider">
   <a-layout-sider class="sider">
-    <h2>
+    <h2
+      :style="{ padding: `16px ${lang === langNameEum.zh ? '20px' : '6px'}` }"
+    >
       <!-- 四维工地管家 -->
       <!-- 四维工地管家 -->
 
 
       <img
       <img
@@ -73,7 +75,7 @@ h2 {
   // text-align: center;
   // text-align: center;
 
 
   img {
   img {
-    width: 80%;
+    width: 100%;
   }
   }
 }
 }
 </style>
 </style>