梁彦春 6 anos atrás
pai
commit
21105c925c

+ 0
- 1
src/components/navicard/index.vue Ver arquivo

52
   &.active {
52
   &.active {
53
     padding-top: 0;
53
     padding-top: 0;
54
     min-width: 414px;
54
     min-width: 414px;
55
-
56
     .header {
55
     .header {
57
       font-size:15px;
56
       font-size:15px;
58
       font-weight:400;
57
       font-weight:400;

+ 1
- 1
src/components/pages/index.vue Ver arquivo

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

+ 1
- 1
src/main.js Ver arquivo

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