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-08-13 10:20:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1112bdd9f0e0896098b5847e84a9dac12219bdcc
1112bdd9
1 parent
e1e452d0
fix 物资详情关闭按钮样式位置优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/materialDetail/index.vue
src/components/materialDetail/index.vue
View file @
1112bdd
<!--
* @Date: 2024-07-23 18:31:35
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
7-26 16:28:22
* @LastEditTime: 2024-0
8-13 10:18:33
* @FilePath: /temple_material_request/src/components/materialDetail/index.vue
* @Description: 物资详情页面
-->
...
...
@@ -12,7 +12,7 @@
position="right"
:style="{ height: '100%', width: '100%' }"
>
<div style="margin-top: 3rem; background-color: white;">
<div style="margin-top: 3rem; background-color: white;
position: relative;
">
<div style="display: flex; justify-content: center; align-items: center;">
<div v-if="!goodInfo.cover" style="padding: 2rem 5rem; padding-bottom: 2rem; border: 1px solid #F2EDE6; background-color: #FFFDF6; text-align: center;">
<van-image
...
...
@@ -91,7 +91,7 @@
</van-row>
</div>
<div style="height: 4rem;"></div>
<div style="padding: 1rem; position:
fixed
; bottom: 10px; left:0; right: 0;">
<div style="padding: 1rem; position:
sticky
; bottom: 10px; left:0; right: 0;">
<van-button block :color="styleColor.baseColor" @click="onClose">关闭</van-button>
</div>
</div>
...
...
Please
register
or
login
to post a comment