梁彦春 6 vuotta sitten
vanhempi
commit
21105c925c
3 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 0
    1
      src/components/navicard/index.vue
  2. 1
    1
      src/components/pages/index.vue
  3. 1
    1
      src/main.js

+ 0
- 1
src/components/navicard/index.vue Näytä tiedosto

@@ -52,7 +52,6 @@ export default {
52 52
   &.active {
53 53
     padding-top: 0;
54 54
     min-width: 414px;
55
-
56 55
     .header {
57 56
       font-size:15px;
58 57
       font-weight:400;

+ 1
- 1
src/components/pages/index.vue Näytä tiedosto

@@ -455,7 +455,7 @@ export default {
455 455
     align-items: center;
456 456
     // position: relative;
457 457
     .page-3_con {
458
-      padding-top: 8.5%;
458
+      padding: 8.5% 0 3% 0;
459 459
       .title {
460 460
         font-size: 56px;
461 461
         // padding-top: 5%;

+ 1
- 1
src/main.js Näytä tiedosto

@@ -1,9 +1,9 @@
1 1
 // The Vue build version to load with the `import` command
2 2
 // (runtime-only or standalone) has been set in webpack.base.conf with an alias.
3 3
 import Vue from 'vue'
4
-import App from './App'
5 4
 import ElementUI from 'element-ui'
6 5
 import 'element-ui/lib/theme-chalk/index.css'
6
+import App from './App'
7 7
 import router from './router'
8 8
 
9 9
 Vue.config.productionTip = false