فهرست منبع

布局样式调整

princeLee 4 سال پیش
والد
کامیت
bdb6dc4503
3فایلهای تغییر یافته به همراه1 افزوده شده و 16 حذف شده
  1. 1 0
      src/styles/detail-pages.scss
  2. 0 8
      src/views/workbench/person/index.vue
  3. 0 8
      src/views/workbench/team/index.vue

+ 1 - 0
src/styles/detail-pages.scss

@@ -12,6 +12,7 @@
   align-items: center;
   justify-content: center;
   margin-top: 10px;
+  padding-top: 70px;
   .el-main {
     background-color: #FFFFFF;
     border-radius: 4px;

+ 0 - 8
src/views/workbench/person/index.vue

@@ -34,7 +34,6 @@
           </el-tabs>
         </div>
       </el-header>
-      <pre />
       <!-- 顶部导航栏 -->
       <!-- 工作台简介 -->
       <!-- <el-container v-show="activeName === '1'" class="is-vertical">
@@ -670,7 +669,6 @@ export default {
 @include hide-open-header;
 .bg-person {
   @include bg-project;
-  margin-top: 0;
 }
 .no-sidebar .main-header {
   @include normal-main-header
@@ -709,12 +707,6 @@ export default {
     right: 0;
   }
 }
-pre {
-  width: 100%;
-  height: 80px;
-  padding: 0;
-  margin: 0;
-}
 .scheduleTip{
   font-size: 16px;
   font-family: MicrosoftYaHei;

+ 0 - 8
src/views/workbench/team/index.vue

@@ -44,7 +44,6 @@
         </el-tabs>
       </div>
     </el-header>
-    <pre />
     <!-- 顶部导航栏 -->
     <el-container v-if="activeName === '1'" v-loading="loading">
       <section class="main-section">
@@ -618,7 +617,6 @@ export default {
 @include hide-open-header;
 .bg-team {
   @include bg-project;
-  margin-top: 0;
 }
 .no-sidebar .main-header {
   @include normal-main-header
@@ -658,12 +656,6 @@ export default {
     right: 0;
   }
 }
-pre {
-  width: 100%;
-  height: 80px;
-  padding: 0;
-  margin: 0;
-}
 .main-section {
   @include main-section;
   margin-right: 0;