Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
meihua-island-book
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
2023-12-25 16:13:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a7dbf1a51550399345932548d748b8b8a9b45ed8
a7dbf1a5
1 parent
2178947a
fix
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/components/orderCard.vue
src/pages/confirm/index.less
src/pages/detail/index.vue
src/components/orderCard.vue
View file @
a7dbf1a
...
...
@@ -23,7 +23,7 @@
</view>
</nut-col>
<nut-col span="6" class="order-card-price-num">
<
text>x1
</text>
<
IconFont name="close" size="7" color="#000" style="margin-right: 5rpx; margin-bottom: 0.5rpx;"></IconFont><text>1000
</text>
</nut-col>
</nut-row>
</view>
...
...
src/pages/confirm/index.less
View file @
a7dbf1a
...
...
@@ -44,7 +44,7 @@
}
.check-in-time {
color: #010101;
font-size: 0.8
7
rem;
font-size: 0.8
5
rem;
font-weight: bold;
text-align: right;
}
...
...
src/pages/detail/index.vue
View file @
a7dbf1a
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-25 1
2:42:48
* @LastEditTime: 2023-12-25 1
6:09:56
* @FilePath: /meihuaApp/src/pages/detail/index.vue
* @Description: 房间详情页面
-->
...
...
@@ -9,7 +9,7 @@
<view class="detail-page">
<nut-swiper :init-page="page" :pagination-visible="true" pagination-color="#426543" auto-play="5000">
<nut-swiper-item v-for="(item, index) in state.imgData" :key="index">
<image @tap="showFn" style="width: 100%; height:
15
0px;" mode="aspectFill" :src="item.src" />
<image @tap="showFn" style="width: 100%; height:
20
0px;" mode="aspectFill" :src="item.src" />
</nut-swiper-item>
</nut-swiper>
<view class="detail-info-wrapper">
...
...
Please
register
or
login
to post a comment