natasha 1 mesiac pred
rodič
commit
d7bd01b7f4

+ 1 - 1
src/components/Adult/Preview.vue

@@ -3513,7 +3513,7 @@ export default {
           padding-right: 3px;
         }
         b {
-          word-break: keep-all;
+          word-break: keep-all !important;
         }
       }
     }

+ 2 - 0
src/components/Adult/phonePreview/DialogueArticleViewChs/AnswerModel.vue

@@ -563,6 +563,7 @@
                     "
                     :tmIndex="index"
                     @handleWav="handleWav"
+                    :baseSizePhone="baseSizePhone"
                   />
                 </div>
                 <template
@@ -743,6 +744,7 @@
                     "
                     :tmIndex="index"
                     @handleWav="handleWav"
+                    :baseSizePhone="baseSizePhone"
                   />
                 </div>
                 <template

+ 3 - 0
src/components/Adult/phonePreview/InputHasRecord.vue

@@ -174,6 +174,7 @@
               :TaskModel="TaskModel"
               type="normal"
               class="luyin-box"
+              :baseSizePhone="baseSizePhone"
             />
           </div>
         </div>
@@ -399,6 +400,7 @@
                     :TaskModel="TaskModel"
                     type="normal"
                     class="luyin-box"
+                    :baseSizePhone="baseSizePhone"
                   />
                 </div>
               </div>
@@ -593,6 +595,7 @@
                 :TaskModel="TaskModel"
                 type="normal"
                 class="luyin-box"
+                :baseSizePhone="baseSizePhone"
               />
             </div>
           </div>

+ 1 - 0
src/components/Adult/phonePreview/TextInputRecord.vue

@@ -107,6 +107,7 @@
             :TaskModel="TaskModel"
             type="mini"
             class="luyin-box"
+            :baseSizePhone="baseSizePhone"
           />
         </template>
       </li>

+ 11 - 2
src/components/Adult/phonePreview/Voicefullscreen.vue

@@ -851,7 +851,16 @@
       <div
         ref="wordcard"
         class="NNPE-wordDetail"
-        :style="{ left: left + 'px' }"
+        :style="{
+          marginLeft:
+            word.detail.new_word.length === 1 ||
+            word.detail.new_word.length === 2
+              ? '-152px'
+              : word.detail.new_word.length === 3 ||
+                word.detail.new_word.length === 4
+              ? '-216px'
+              : '-280px'
+        }"
       >
         <Wordcard
           :word="word"
@@ -1471,7 +1480,7 @@ export default {
       // if (left - this.bodyLeft > this.contentWidth / 2) {
       //   _this.left = left - width + 10;
       // } else {
-      _this.left = left - width / 2;
+      _this.left = 0 - width / 2;
       //}
     },
     changeWordCard(isShow) {

+ 1 - 1
src/components/Adult/phonePreview/components/ImgPreview.vue

@@ -111,7 +111,7 @@ export default {
   }
   .img-preview-btn {
     position: absolute;
-    bottom: 30px;
+    bottom: 120px;
     left: 50%;
     margin-left: -50px;
     width: 100px;