lsc 2 年之前
父節點
當前提交
99238927c2
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      src/components/study.vue
  2. 3 0
      src/components/studyStudent.vue

+ 3 - 0
src/components/study.vue

@@ -6813,6 +6813,7 @@ export default {
   line-height: 50px;
   line-height: 50px;
   background-image: -webkit-linear-gradient(left, #72aaf4, #4d81d5);
   background-image: -webkit-linear-gradient(left, #72aaf4, #4d81d5);
   cursor: pointer;
   cursor: pointer;
+  z-index: 999;
 }
 }
 
 
 .newDialogCss {
 .newDialogCss {
@@ -6824,6 +6825,7 @@ export default {
   height: 60%;
   height: 60%;
   box-shadow: 0px 0 8px 0px #555555;
   box-shadow: 0px 0 8px 0px #555555;
   border-radius: 15px;
   border-radius: 15px;
+  z-index: 999;
 }
 }
 
 
 .pzTop {
 .pzTop {
@@ -6924,6 +6926,7 @@ export default {
   height: 50%;
   height: 50%;
   box-shadow: 0px 0 8px 0px #555555;
   box-shadow: 0px 0 8px 0px #555555;
   border-radius: 15px;
   border-radius: 15px;
+  z-index: 999;
 }
 }
 
 
 .teacherPz {
 .teacherPz {

+ 3 - 0
src/components/studyStudent.vue

@@ -6847,6 +6847,7 @@ export default {
   line-height: 50px;
   line-height: 50px;
   background-image: -webkit-linear-gradient(left, #72aaf4, #4d81d5);
   background-image: -webkit-linear-gradient(left, #72aaf4, #4d81d5);
   cursor: pointer;
   cursor: pointer;
+  z-index: 999;
 }
 }
 
 
 .newDialogCss {
 .newDialogCss {
@@ -6858,6 +6859,7 @@ export default {
   height: 60%;
   height: 60%;
   box-shadow: 0px 0 8px 0px #555555;
   box-shadow: 0px 0 8px 0px #555555;
   border-radius: 15px;
   border-radius: 15px;
+  z-index: 999;
 }
 }
 
 
 .pzTop {
 .pzTop {
@@ -6967,6 +6969,7 @@ export default {
   height: 50%;
   height: 50%;
   box-shadow: 0px 0 8px 0px #555555;
   box-shadow: 0px 0 8px 0px #555555;
   border-radius: 15px;
   border-radius: 15px;
+  z-index: 999;
 }
 }
 
 
 .teacherPz {
 .teacherPz {