Browse Source

logo尺寸更换

chenrui 4 years ago
parent
commit
6045e8fe53
3 changed files with 4 additions and 4 deletions
  1. 2 2
      src/pages/index/index.vue
  2. 2 2
      src/pages/login/index.vue
  3. BIN
      static/img/logos.png

+ 2 - 2
src/pages/index/index.vue

@@ -206,8 +206,8 @@ export default {
   }
   }
 
 
   .logo {
   .logo {
-    width: 264rpx;
-    height: 89rpx;
+    width: 400rpx;
+    height: 112rpx;
   }
   }
   .meal-title{
   .meal-title{
     padding: 15rpx 30rpx 15rpx 20rpx;
     padding: 15rpx 30rpx 15rpx 20rpx;

+ 2 - 2
src/pages/login/index.vue

@@ -114,8 +114,8 @@ export default {
 }
 }
 
 
 .logo-img {
 .logo-img {
-  width: 412rpx;
-  height: 140rpx;
+  width: 444rpx;
+  height: 124rpx;
 }
 }
 
 
 .wechat-img {
 .wechat-img {

BIN
static/img/logos.png