Xiao_123 hace 1 año
padre
commit
84f3e3b2f6

+ 1 - 1
src/layout/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="parent" @click="layoutClick">
     <Headers class="headers"></Headers>
-    <div style="margin-top: 50px;" class="default-width">
+    <div style="margin-top: 50px;">
       <router-view></router-view>
     </div>
     <Footers class="mt-10"></Footers>

+ 0 - 1
src/styles/index.css

@@ -24,7 +24,6 @@
   min-width: 1184px;
   max-width: 1184px;
   margin: 0 auto;
-  align-items: center;
 }
 
 .default-active {

+ 1 - 1
src/styles/index.min.css

@@ -1 +1 @@
-:root{--zIndex-dialog:9999;--default-bgc:#f2f4f7;--v-primary-base:#00897B;--v-primary-lighten1:#26A69A;--v-primary-lighten2:#4DB6AC;--v-primary-lighten3:#80CBC4;--v-primary-lighten4:#B2DFDB;--default-text:#666}.buttons{height:36px;width:224px}.half-button{height:36px;width:88px}.default-width{width:1184px;min-width:1184px;max-width:1184px;margin:0 auto;align-items:center}.default-active{color:var(--v-primary-base) !important}
+:root{--zIndex-dialog:9999;--default-bgc:#f2f4f7;--v-primary-base:#00897B;--v-primary-lighten1:#26A69A;--v-primary-lighten2:#4DB6AC;--v-primary-lighten3:#80CBC4;--v-primary-lighten4:#B2DFDB;--default-text:#666}.buttons{height:36px;width:224px}.half-button{height:36px;width:88px}.default-width{width:1184px;min-width:1184px;max-width:1184px;margin:0 auto}.default-active{color:var(--v-primary-base) !important}

+ 1 - 1
src/styles/index.scss

@@ -24,7 +24,7 @@
   min-width: 1184px;
   max-width: 1184px;
   margin: 0 auto;
-  align-items: center;
+  // align-items: center;
 }
 // 高亮
 .default-active {

+ 1 - 1
src/views/Home/personal/account/index.vue

@@ -1,6 +1,6 @@
 <!-- 账号与安全中心 -->
 <template>
-  <div class="d-flex pa-3" style="height: 700px;">
+  <div class="d-flex pa-3 default-width" style="height: 700px;">
     <v-card class="left">
       <h3>账号设置</h3>