zengyicheng 1 year ago
parent
commit
27ee87182a

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

@@ -8816,9 +8816,10 @@
       class="pButton"
       @click="(pzDialog = true), selectPz()"
       v-if="pzDialog == false && (tType == 4 || ispzType == 4)"
+      style="background-image: linear-gradient(90deg, #477cd7, #65b9fc);"
     >
       <!-- 批 -->
-      <img src="../../assets/pzBtn2.png" style="width: 25px" alt="" />
+      <img src="../../assets/mlBtn.png" style="width: 25px" alt="" />
     </div>
     <div v-if="pzDialog == true" class="newDialogCss">
       <div class="pzTop2">
@@ -21323,8 +21324,9 @@ export default {
 }
 
 .addPzBox {
-  height: calc(100% - 40px);
+  height: calc(100% - 50px);
   background: #ededed;
+  border-radius: 15px;
 }
 
 .pzAudioClass {

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

@@ -8805,9 +8805,10 @@
       class="pButton"
       @click="(pzDialog = true), selectPz()"
       v-if="pzDialog == false && (tType == 4 || ispzType == 4)"
+      style="background-image: linear-gradient(90deg, #477cd7, #65b9fc);"
     >
       <!-- 批 -->
-      <img src="../../assets/pzBtn2.png" style="width: 25px" alt="" />
+      <img src="../../assets/mlBtn.png" style="width: 25px" alt="" />
     </div>
     <div v-if="pzDialog == true" class="newDialogCss">
       <div class="pzTop2">
@@ -21177,8 +21178,9 @@ export default {
 }
 
 .addPzBox {
-  height: calc(100% - 40px);
+  height: calc(100% - 50px);
   background: #ededed;
+  border-radius: 15px;
 }
 
 .pzAudioClass {

+ 3 - 2
src/components/student/studyStudent.vue

@@ -647,7 +647,7 @@
         </div>
       </div>
     </div>
-    <div class="pButton" @click="(pzDialog = true), selectPz(), setVHeight()" v-if="tType == 4 || ispzType == 4">
+    <div class="pButton" @click="(pzDialog = true), selectPz(), setVHeight()" v-if="tType == 4 || ispzType == 4" style="background-image: linear-gradient(90deg, #477cd7, #65b9fc);">
       <!-- 批 -->
       <img src="../../assets/pzBtn2.png" style="width: 25px" alt="" />
     </div>
@@ -5524,8 +5524,9 @@ export default {
 }
 
 .addPzBox {
-  height: calc(100% - 40px);
+  height: calc(100% - 50px);
   background: #ededed;
+  border-radius: 15px;
 }
 
 .pzAudioClass {

+ 3 - 2
src/components/studio/studyStudent.vue

@@ -632,7 +632,7 @@
         </div>
       </div>
     </div>
-    <div class="pButton" @click="(pzDialog = true), selectPz(), setVHeight()" v-if="tType == 4 || ispzType == 4">
+    <div class="pButton" @click="(pzDialog = true), selectPz(), setVHeight()" v-if="tType == 4 || ispzType == 4" style="background-image: linear-gradient(90deg, #477cd7, #65b9fc);">
       <!-- 批 -->
       <img src="../../assets/pzBtn2.png" style="width: 25px" alt="" />
     </div>
@@ -5409,8 +5409,9 @@ export default {
 }
 
 .addPzBox {
-  height: calc(100% - 40px);
+  height: calc(100% - 50px);
   background: #ededed;
+  border-radius: 15px;
 }
 
 .pzAudioClass {

+ 3 - 1
src/components/studyStudent.vue

@@ -7518,6 +7518,7 @@
       class="pButton"
       @click="(pzDialog = true), selectPz()"
       v-if="pzDialog == false && (tType == 4 || ispzType == 4)"
+      style="background-image: linear-gradient(90deg, #477cd7, #65b9fc);"
     >
       <!-- 批 -->
       <img src="../assets/mlBtn.png" style="width: 25px" alt="" />
@@ -20525,8 +20526,9 @@ export default {
 }
 
 .addPzBox {
-  height: calc(100% - 40px);
+  height: calc(100% - 50px);
   background: #ededed;
+  border-radius: 15px;
 }
 
 .pzAudioClass {