Browse Source

更新logo

yuhao 2 years ago
parent
commit
1a48401968
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/components/common/layout/leftMenu.vue

+ 4 - 3
src/components/common/layout/leftMenu.vue

@@ -10,7 +10,7 @@
10
   >
10
   >
11
     <div class="logo">
11
     <div class="logo">
12
       <img
12
       <img
13
-        src="https://we-spa.oss-cn-shenzhen.aliyuncs.com/pad_clerk/home/logo.png"
13
+        src="https://we-spa.oss-cn-shenzhen.aliyuncs.com/pad_clerk/home/new_logo.jpg"
14
         alt=""
14
         alt=""
15
       />
15
       />
16
     </div>
16
     </div>
@@ -176,8 +176,9 @@ export default {
176
   text-align: center;
176
   text-align: center;
177
 
177
 
178
   img {
178
   img {
179
-    width: 60px;
180
-    height: 60px;
179
+    width: 50px;
180
+    height: 50px;
181
+    border-radius: 8px;
181
   }
182
   }
182
 }
183
 }
183
 
184