hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-07-18 10:22:22 2 * @Date: 2022-07-18 10:22:22
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2022-12-22 18:38:44 4 + * @LastEditTime: 2022-12-22 18:58:41
5 * @FilePath: /data-table/src/views/index.vue 5 * @FilePath: /data-table/src/views/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 scrollable 13 scrollable
14 mode="closeable" 14 mode="closeable"
15 /> 15 />
16 - <div class="table-box" :style="{ margin: is_pc ? '1rem 0' : '1rem'}"> 16 + <div class="table-box" :style="{ margin: is_pc ? '1rem 0' : '1rem', overflow: 'auto'}">
17 <van-image 17 <van-image
18 v-if="PHeader.type === '单张图'" 18 v-if="PHeader.type === '单张图'"
19 width="100%" 19 width="100%"
......