natasha il y a 3 ans
Parent
commit
b18de6c1a0

+ 2 - 1
src/components/Adult/preview/CourseStart.vue

@@ -204,7 +204,8 @@ export default {
     line-height: 150%;
     white-space: pre-wrap;
     word-break: break-word;
-    min-height: 272px;
+    min-height: 90px;
+    text-align: justify;
   }
   .start-btn {
     width: 160px;

+ 2 - 1
src/components/Adult/preview/NewWordShow.vue

@@ -184,6 +184,7 @@ export default {
         }
         :nth-child(2) {
           font-family: "robot";
+          margin-left: 4px;
         }
         color: #2c2c2c;
         font-size: 14px;
@@ -242,7 +243,7 @@ export default {
     position: fixed;
     left: 0;
     top: 0;
-    z-index: 999;
+    z-index: 1000;
     width: 100%;
     height: 100vh;
     background: rgba(0, 0, 0, 0.19);