zengyicheng 1 year ago
parent
commit
055e462acc

+ 1 - 2
src/components/easy2/studyStudent.vue

@@ -8652,7 +8652,7 @@
     <div
       class="pButton"
       @click="(pzDialog = true), selectPz()"
-      v-if="tType == 4 || ispzType == 4"
+      v-if="pzDialog == false && (tType == 4 || ispzType == 4)"
     >
       <!-- 批 -->
       <img src="../../assets/pzBtn2.png" style="width: 25px" alt="" />
@@ -20310,7 +20310,6 @@ export default {
   height: calc(100% - 80px);
   z-index: 999;
   background: #fff;
-  border-radius: 15px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   overflow: hidden;

+ 3 - 4
src/components/easy3/studyStudent.vue

@@ -8631,7 +8631,7 @@
     <div
       class="pButton"
       @click="(pzDialog = true), selectPz()"
-      v-if="tType == 4 || ispzType == 4"
+      v-if="pzDialog == false && (tType == 4 || ispzType == 4)"
     >
       <!-- 批 -->
       <img src="../../assets/pzBtn2.png" style="width: 25px" alt="" />
@@ -20128,7 +20128,7 @@ export default {
   cursor: pointer;
   z-index: 999;
   right: 20px;
-  top: 83px;
+  top: 110px;
   width: 50px;
   height: 50px;
   background: #fff;
@@ -20155,12 +20155,11 @@ export default {
   z-index: 999; */
   position: fixed;
   right: 20px;
-  top: 70px;
+  top: 101px;
   width: 330px;
   height: calc(100% - 80px);
   z-index: 999;
   background: #fff;
-  border-radius: 15px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   overflow: hidden;

File diff suppressed because it is too large
+ 590 - 579
src/components/studyStudent.vue


Some files were not shown because too many files changed in this diff