소스 검색

样式问题修复

1
mo 4 년 전
부모
커밋
47d8d1ef67
2개의 변경된 파일15개의 추가작업 그리고 1개의 파일을 삭제
  1. 14 0
      src/views/childrensDay/index.vue
  2. 1 1
      src/views/resetTeaming/index.vue

+ 14 - 0
src/views/childrensDay/index.vue

@@ -506,4 +506,18 @@ export default {
     }
   }
 }
+    .btnList {
+      display: flex;
+      flex-direction: row;
+      justify-content: flex-start;
+      align-items: center;
+      flex-wrap: wrap;
+      .el-button+.el-button {
+    margin-left: 0px;
+}
+      & > .el-button {
+        margin-right: 15px;
+        margin-top: 10px;
+      }
+    }
 </style>

+ 1 - 1
src/views/resetTeaming/index.vue

@@ -386,7 +386,7 @@ export default {
   position: absolute;
   right: 40px;
   top: -55px;
-  z-index: 1000;
+  z-index: 990;
   img {
     width: 36px;
     height: 36px;