seimin 1 рік тому
батько
коміт
6ce68825e6
2 змінених файлів з 3 додано та 2 видалено
  1. 2 1
      src/components/AppHeader.vue
  2. 1 1
      src/main.js

+ 2 - 1
src/components/AppHeader.vue

@@ -137,7 +137,8 @@ export default {
137
       justify-content: center;
137
       justify-content: center;
138
       align-items: center;
138
       align-items: center;
139
       .app-header__logo {
139
       .app-header__logo {
140
-        height: 0.6125rem;
140
+        max-width: 0.6125rem;
141
+        max-height: 0.6125rem;
141
       }
142
       }
142
     }
143
     }
143
     .app-header__main--left {
144
     .app-header__main--left {

+ 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,