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: 2025-11-26 20:25:06 4 + * @LastEditTime: 2025-11-27 15:21:31
5 * @FilePath: /data-table/src/views/index.vue 5 * @FilePath: /data-table/src/views/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -151,6 +151,8 @@ ...@@ -151,6 +151,8 @@
151 <div v-if="page_type === 'add'" style="text-align: center; color: #545454; font-size: 0.85rem; padding-bottom: 2rem"> 151 <div v-if="page_type === 'add'" style="text-align: center; color: #545454; font-size: 0.85rem; padding-bottom: 2rem">
152 提交即授权该表单收集你的填写信息 152 提交即授权该表单收集你的填写信息
153 </div> 153 </div>
154 + <!-- 分页组件高度占位符 -->
155 + <div v-if="enable_pagination" style="height: 5rem;"></div>
154 <div> 156 <div>
155 <!-- TODO: 签到二维码,待用 --> 157 <!-- TODO: 签到二维码,待用 -->
156 <!-- <van-image width="50" height="50" src="https://oa-dev.onwall.cn/admin/?a=get_qrcode&m=srv&key=123'"></van-image> --> 158 <!-- <van-image width="50" height="50" src="https://oa-dev.onwall.cn/admin/?a=get_qrcode&m=srv&key=123'"></van-image> -->
......