Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2025-11-27 15:31:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ae09ef93e7c489e2e0ebec23f09c6a69712730c
9ae09ef9
1 parent
a91a810f
fix: 添加分页组件高度占位符以解决布局问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/index.vue
src/views/index.vue
View file @
9ae09ef
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-11-2
6 20:25:06
* @LastEditTime: 2025-11-2
7 15:21:31
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -151,6 +151,8 @@
<div v-if="page_type === 'add'" style="text-align: center; color: #545454; font-size: 0.85rem; padding-bottom: 2rem">
提交即授权该表单收集你的填写信息
</div>
<!-- 分页组件高度占位符 -->
<div v-if="enable_pagination" style="height: 5rem;"></div>
<div>
<!-- TODO: 签到二维码,待用 -->
<!-- <van-image width="50" height="50" src="https://oa-dev.onwall.cn/admin/?a=get_qrcode&m=srv&key=123'"></van-image> -->
...
...
Please
register
or
login
to post a comment