Pārlūkot izejas kodu

详情页样式改动

princeLee 4 gadi atpakaļ
vecāks
revīzija
bd29c9ed69

+ 2 - 3
src/components/newLayout/Aside.vue

@@ -29,9 +29,7 @@
         </li>
       </ul>
       <div v-show="!collapsed && navTagType === 1" class="bottom-collapsed">
-        <el-button class="collapsed" @click="toggleCollapsed()">
-          <i v-if="!collapsed" class="el-icon-s-fold" />
-        </el-button>
+        <i v-if="!collapsed" class="el-icon-s-fold" @click="toggleCollapsed()" />
       </div>
     </section>
     <section v-show="collapsed && navTagType === 1 && showNavTag" class="left-aside-collapsed">
@@ -221,6 +219,7 @@ section {
     width: 100%;
     display: flex;
     justify-content: flex-end;
+    font-size: 30px;
   }
 }
 //顶部导航栏样式

+ 1 - 1
src/components/newLayout/Main.vue

@@ -120,7 +120,7 @@ export default {
   background-color: #f2f3f6;
 }
 .hide-sidebar {
-  width: calc(100% - 95px);
+  width: calc(100% - 80px);
 }
 .open-sidebar {
   width: calc(100% - 215px);

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

@@ -47,7 +47,7 @@
   z-index: 99;
   left: 90px;
   top: 0;
-  width: calc(100% - 100px);
+  width: calc(100% - 150px);
 }
 @mixin main-header { 
   height: 60px;

+ 3 - 0
src/views/projectManage/projectList/projectViewDetails.vue

@@ -416,6 +416,9 @@ export default {
 .bg-project {
   @include bg-project;
 }
+.hide-sidebar .main-header {
+  @include normal-main-header
+}
 .top-sidebar .main-header {
   @include top-main-header
 }

+ 3 - 0
src/views/projectManage/requirement/requirementDetail.vue

@@ -775,6 +775,9 @@ border-radius: 50%;
 .bg-project {
   @include bg-project;
 }
+.hide-sidebar .main-header {
+  @include normal-main-header
+}
 .top-sidebar .main-header {
   @include top-main-header
 }

+ 3 - 0
src/views/projectManage/taskList/childrenTask/childDetail.vue

@@ -300,6 +300,9 @@ export default {
 .bg-project {
   @include bg-project;
 }
+.hide-sidebar .main-header {
+  @include normal-main-header
+}
 .top-sidebar .main-header {
   @include top-main-header
 }

+ 3 - 0
src/views/projectManage/taskList/taskViewDetail.vue

@@ -853,6 +853,9 @@ export default {
 .bg-project {
   @include bg-project;
 }
+.hide-sidebar .main-header {
+  @include normal-main-header
+}
 .top-sidebar .main-header {
   @include top-main-header
 }

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

@@ -669,6 +669,7 @@ export default {
 @include hide-open-header;
 .bg-person {
   @include bg-project;
+  padding-right: 10px;
 }
 .no-sidebar .main-header {
   @include normal-main-header

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

@@ -617,6 +617,7 @@ export default {
 @include hide-open-header;
 .bg-team {
   @include bg-project;
+  padding-right: 10px;
 }
 .no-sidebar .main-header {
   @include normal-main-header