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-20 17:56:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2c701fa65a0f9fcc694201d158ac9c2bfeefc24
b2c701fa
1 parent
c80b7869
refactor(PaginationField): 移除不必要的占位元素
清理了未使用的占位div及其相关样式,简化DOM结构
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
src/components/PaginationField/index.vue
src/components/PaginationField/index.vue
View file @
b2c701f
<!--
* @Date: 2025-11-18 16:17:40
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-11-20 17:5
5:05
* @LastEditTime: 2025-11-20 17:5
6:14
* @FilePath: /data-table/src/components/PaginationField/index.vue
* @Description: 分页组件
-->
...
...
@@ -21,7 +21,6 @@
<van-button v-if="showSubmit" round type="primary" class="btn" @click="onSubmit">{{ submitButton.text }}</van-button>
</div>
</div>
<div class="placeholder" />
</template>
<script setup>
...
...
@@ -103,8 +102,4 @@ const onSubmit = () => emit('submit')
}
}
}
.placeholder {
height: 3.75rem;
}
</style>
...
...
Please
register
or
login
to post a comment