natasha 1 週間 前
コミット
d67c4902b3

+ 7 - 2
src/components/Adult/phonePreview/components/SentenceTemp.vue

@@ -12,7 +12,9 @@
       <div
         :class="[
           'RLC-sentence',
-          sentType == 'option' ? 'RLC-sentence-option' : '',
+          sentType == 'option'
+            ? 'RLC-sentence-option RLC-sentence-option-phone '
+            : '',
           detail.pyNumber && detail.pyNumber[index] > 0
             ? 'RLC-sentence-hasPY'
             : ''
@@ -467,7 +469,10 @@ export default {
     max-width: 100%;
     &-option {
       padding: 8px 0;
-      display: flex; // 解决句子拆分组件 选项不折行问题
+      &-phone {
+        display: flex; // 解决句子拆分组件 选项不折行问题
+        flex-flow: wrap;
+      }
     }
     &-hasPY {
       padding: 3px 0;