Browse Source

feat: 优化移动端表格展示问题

zhangyuhan 1 year ago
parent
commit
7e35b6f3df
1 changed files with 3 additions and 1 deletions
  1. 3 1
      apps/mobile/src/views/article/components/ContentMainText.vue

+ 3 - 1
apps/mobile/src/views/article/components/ContentMainText.vue

@@ -8,7 +8,8 @@
     <Reward
       :beforeLeavePage="beforeLeavePage"
       v-if="rewardShow"
-      :id="content.id" />
+      :id="content.id"
+    />
     <section class="others-footer">
       <div class="origin-link-container">
         <OriginLink :id="content.id" v-if="content.originalShow" />
@@ -108,6 +109,7 @@ export default {
       tr td {
         border: 1px solid #ebebeb;
         padding: 2px 4px;
+        white-space: nowrap;
       }
     }