seimin 2 年之前
父节点
当前提交
7bb9a99a68
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/components/AppHeader.vue
  2. 1 1
      src/main.js

+ 1 - 1
src/components/AppHeader.vue

@@ -107,7 +107,7 @@ export default {
107
       justify-content: center;
107
       justify-content: center;
108
       align-items: center;
108
       align-items: center;
109
       .app-header__logo{
109
       .app-header__logo{
110
-        height: .6125rem;
110
+        max-height: .6125rem;
111
         max-width: .6125rem;
111
         max-width: .6125rem;
112
       }
112
       }
113
     }
113
     }

+ 1 - 1
src/main.js

@@ -14,7 +14,7 @@ Vue.use(fullScreenContainer)
14
 Vue.prototype.$moment = moment
14
 Vue.prototype.$moment = moment
15
 
15
 
16
 Vue.config.productionTip = false
16
 Vue.config.productionTip = false
17
-console.info('v2.4.3')
17
+console.info('v2.4.4')
18
 
18
 
19
 new Vue({
19
 new Vue({
20
   router,
20
   router,