浏览代码

布局样式调整

princeLee 4 年之前
父节点
当前提交
1ba3020932

+ 4 - 1
src/components/newLayout/Aside.vue

@@ -227,15 +227,17 @@ section {
 .top-aside {
   width: calc(100% - 80px);
   position: fixed;
+  z-index: 99;
   top: 0;
   left: 81px;
-  height: 60px;
+  height: 70px;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   background-color: #ffffff;
   animation: 0.5s topExpande linear;
+  border-bottom: 10px solid #F2F3F6;
   .business {
     position: absolute;
     top: 0;
@@ -313,6 +315,7 @@ section {
   .button-collapsed {
     cursor: pointer;
     position: absolute;
+    z-index: 101;
     bottom: 20px;
     width: 12px;
     height: 30px;

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

@@ -10,7 +10,7 @@
       <div class="name">{{ item.name }}</div>
     </div>
     <div v-show="navTagType === 2" class="nav-tag-type" @click="setNavTagType(1)">
-      <i class="el-icon-date" />
+      <i class="el-icon-notebook-2" style="transform: rotate(90deg);" />
     </div>
     <div v-show="navTagType === 1" class="nav-tag-type" @click="setNavTagType(2)">
       <i class="el-icon-notebook-2" />

+ 0 - 4
src/views/projectManage/bugList/css/index.css

@@ -177,10 +177,6 @@
 .bug_manage_drawer .el-drawer__header{
   margin-bottom: 15px;
 }
-.bug_manage_drawer {
-  pointer-events: none;
-  margin-top: 55px;
-}
 .bug_manage_drawer .el-drawer{
   pointer-events: auto;
 }

+ 10 - 2
src/views/projectManage/bugList/details/bugTableDialog.vue

@@ -231,9 +231,17 @@ export default {
 .bug_manage_drawer .el-drawer__header{
   margin-bottom: 15px;
 }
-.bug_manage_drawer {
+.no-sidebar .bug_manage_drawer {
   pointer-events: none;
-  margin-top: 55px;
+  margin-top: 10px;
+}
+.open-sidebar .bug_manage_drawer {
+  pointer-events: none;
+  margin-top: 10px;
+}
+.top-sidebar .bug_manage_drawer {
+  pointer-events: none;
+  margin-top: 70px;
 }
 .bug_manage_drawer .el-drawer{
   pointer-events: auto;

+ 10 - 2
src/views/workbench/bugTableList.vue

@@ -231,9 +231,17 @@ export default {
 .bug_manage_drawer .el-drawer__header{
   margin-bottom: 15px;
 }
-.bug_manage_drawer {
+.no-sidebar .bug_manage_drawer {
   pointer-events: none;
-  margin-top: 55px;
+  margin-top: 10px;
+}
+.open-sidebar .bug_manage_drawer {
+  pointer-events: none;
+  margin-top: 10px;
+}
+.top-sidebar .bug_manage_drawer {
+  pointer-events: none;
+  margin-top: 70px;
 }
 .bug_manage_drawer .el-drawer{
   pointer-events: auto;