فهرست منبع

田字格米字格svg大小样式覆盖

natasha 1 ماه پیش
والد
کامیت
4eb3e3499c

+ 2 - 2
src/views/book/courseware/preview/components/character/CharacterPreview.vue

@@ -756,8 +756,8 @@ export default {
       position: absolute;
       top: 0;
       left: 0;
-      width: 100%;
-      height: 100%;
+      width: 100% !important;
+      height: 100% !important;
       color: #dedede;
     }
 

+ 2 - 2
src/views/book/courseware/preview/components/character_base/components/FreewriteLettle.vue

@@ -387,8 +387,8 @@ export default {
       position: absolute;
       top: 30px;
       left: 16px;
-      width: 300px;
-      height: 300px;
+      width: 300px !important;
+      height: 300px !important;
       color: #dedede;
     }
 

+ 2 - 2
src/views/book/courseware/preview/components/character_base/components/Strockplayredline.vue

@@ -135,8 +135,8 @@ export default {
   position: absolute;
   top: 0;
   left: 0;
-  width: 100%;
-  height: 100%;
+  width: 100% !important;
+  height: 100% !important;
   color: #dedede;
 }
 

+ 2 - 2
src/views/book/courseware/preview/components/character_base/components/Strockred.vue

@@ -147,8 +147,8 @@ export default {
     position: absolute;
     top: 0;
     left: 0;
-    width: 100%;
-    height: 100%;
+    width: 100% !important;
+    height: 100% !important;
     color: #dedede;
   }
 

+ 4 - 4
src/views/book/courseware/preview/components/newWord_template/components/Strockplayredline.vue

@@ -218,8 +218,8 @@ export default {
     top: 0;
     left: 0;
     z-index: 0;
-    width: 100%;
-    height: 100%;
+    width: 100% !important;
+    height: 100% !important;
     color: #dedede;
   }
 
@@ -227,8 +227,8 @@ export default {
     position: absolute;
     top: 0;
     left: 0;
-    width: 100%;
-    height: 100%;
+    width: 100% !important;
+    height: 100% !important;
     stroke: rgba(212, 112, 100, 20%);
   }
 }

+ 2 - 2
src/views/book/courseware/preview/components/new_word/components/Strockplay.vue

@@ -143,8 +143,8 @@ export default {
   top: 0;
   left: 0;
   z-index: -1;
-  width: 100%;
-  height: 100%;
+  width: 100% !important;
+  height: 100% !important;
 }
 
 .animate-butto {