natasha 1 year ago
parent
commit
fd47b4c9c4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/Adult/preview/ArticleViewChs/NormalModelChs.vue

+ 3 - 3
src/components/Adult/preview/ArticleViewChs/NormalModelChs.vue

@@ -105,7 +105,7 @@
                               ) > -1)
                               ) > -1)
                         "
                         "
                       >
                       >
-                        <span class="NNPE-words-box">
+                        <span class="NNPE-words-box" v-if="pItem.leg > 0">
                           <span
                           <span
                             v-if="
                             v-if="
                               curQue.pyPosition == 'top' &&
                               curQue.pyPosition == 'top' &&
@@ -1645,7 +1645,7 @@ export default {
         text-align: right;
         text-align: right;
       }
       }
       > span {
       > span {
-        display: inline-flex;
+        display: block;
         &.NNPE-pinyin {
         &.NNPE-pinyin {
           font-family: "GB-PINYINOK-B";
           font-family: "GB-PINYINOK-B";
           font-weight: normal;
           font-weight: normal;
@@ -1813,7 +1813,7 @@ export default {
         text-align: right;
         text-align: right;
       }
       }
       > span {
       > span {
-        display: inline-flex;
+        display: block;
         &.NNPE-pinyin {
         &.NNPE-pinyin {
           font-family: "GB-PINYINOK-B";
           font-family: "GB-PINYINOK-B";
           font-weight: normal;
           font-weight: normal;