natasha il y a 1 semaine
Parent
commit
5c5d0cb26a

+ 2 - 2
src/components/Adult/phonePreview/components/Practice.vue

@@ -758,10 +758,10 @@ export default {
           width: 256px;
           height: 256px;
           :deep .character-target-div {
-            height: 180px;
+            height: 100%;
           }
           :deep .strockred {
-            height: 180px;
+            height: 100%;
           }
         }
       }

+ 1 - 10
src/components/Adult/preview/components/Practice.vue

@@ -790,13 +790,4 @@ export default {
   }
 }
 </style>
-<style lang="scss">
-.tab-box-phone {
-  .freewrite .strockred {
-    height: 200px;
-    .character-target-div {
-      height: 200px;
-    }
-  }
-}
-</style>
+<style lang="scss"></style>