Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
temple_material_request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-07-31 10:48:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a6e9570efce79c82f6951ea10a1bcb5388f7e6f8
a6e9570e
1 parent
07e35177
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/material_pre_request.vue
src/views/material_pre_request.vue
View file @
a6e9570
<!--
* @Date: 2024-07-23 12:53:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-31 10:4
5:14
* @LastEditTime: 2024-07-31 10:4
7:52
* @FilePath: /temple_material_request/src/views/material_pre_request.vue
* @Description: 待申领物资页面
-->
...
...
@@ -61,7 +61,7 @@
</div>
<van-empty v-if="!list.length" image="error" description="待申领物资为空" />
<div style="height: 10rem;"></div>
<div style="position: fixed; left: 0; right: 0; bottom:4.5rem; padding: 1rem;
background-color: white;
">
<div style="position: fixed; left: 0; right: 0; bottom:4.5rem; padding: 1rem;">
<van-button icon="plus" type="primary" :color="styleColor.baseColor" plain block :disabled="disabled_btn" @click="addMore">添加更多</van-button>
</div>
</div>
...
...
Please
register
or
login
to post a comment