hookehuyr

fix

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