zengyicheng 2 년 전
부모
커밋
055e462acc
3개의 변경된 파일594개의 추가작업 그리고 585개의 파일을 삭제
  1. 1 2
      src/components/easy2/studyStudent.vue
  2. 3 4
      src/components/easy3/studyStudent.vue
  3. 590 579
      src/components/studyStudent.vue

+ 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;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 590 - 579
src/components/studyStudent.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.