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-28 17:53:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d534c475e61c6a63fb73a4743d219971aebe6c8
3d534c47
1 parent
d5cc4fcf
fix 细节调整
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
src/components/calendarSelect.vue
src/components/orderCard.vue
src/pages/my/index.vue
src/components/calendarSelect.vue
View file @
3d534c4
<!--
* @Date: 2023-12-14 10:04:23
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-28 1
3:30:44
* @LastEditTime: 2023-12-28 1
5:09:15
* @FilePath: /meihuaApp/src/components/calendarSelect.vue
* @Description: 文件描述
-->
...
...
@@ -10,8 +10,8 @@
<nut-row gutter="10">
<nut-col span="9">
<view style="color: #7D7C7C; font-size: 0.8rem;">入住日期</view>
<view v-if="state.checkinDate" style="color: #6A4925; font-size:
0.85rem
; font-weight: bold; margin-top: 0.1rem;">{{ state.checkinDate }} {{ getDayOfWeek(state.checkinDate) }}</view>
<view v-else style="color: #6A4925; font-size:
0.85rem
; font-weight: bold; margin-top: 0.1rem;">请选择入住日期</view>
<view v-if="state.checkinDate" style="color: #6A4925; font-size:
3.5vw
; font-weight: bold; margin-top: 0.1rem;">{{ state.checkinDate }} {{ getDayOfWeek(state.checkinDate) }}</view>
<view v-else style="color: #6A4925; font-size:
3.5vw
; font-weight: bold; margin-top: 0.1rem;">请选择入住日期</view>
</nut-col>
<nut-col span="5">
<view v-if="state.checkinDate && state.checkoutDate" style="color: #6A4925; margin-top: 15%; font-size: 0.8rem; text-align: center; background-color: #fff; padding: 0.25rem 0; border-radius: 0.5rem;">
...
...
@@ -23,8 +23,8 @@
</nut-col>
<nut-col span="9" style="text-align: right;">
<view style="color: #7D7C7C; font-size: 0.8rem;">退房日期</view>
<view v-if="state.checkoutDate" style="color: #6A4925; font-size:
0.85rem
; font-weight: bold; margin-top: 0.1rem;">{{ state.checkoutDate }} {{ getDayOfWeek(state.checkoutDate) }}</view>
<view v-else style="color: #6A4925; font-size:
0.85rem
; font-weight: bold; margin-top: 0.1rem;">请选择退房日期</view>
<view v-if="state.checkoutDate" style="color: #6A4925; font-size:
3.5vw
; font-weight: bold; margin-top: 0.1rem;">{{ state.checkoutDate }} {{ getDayOfWeek(state.checkoutDate) }}</view>
<view v-else style="color: #6A4925; font-size:
3.5vw
; font-weight: bold; margin-top: 0.1rem;">请选择退房日期</view>
</nut-col>
</nut-row>
</view>
...
...
src/components/orderCard.vue
View file @
3d534c4
...
...
@@ -561,7 +561,7 @@ page {
}
.check-in-text {
color: #7d7c7c;
font-size: 3.5vw;
;
font-size: 3.5vw;
}
.check-in-info {
color: #7d7c7c;
...
...
src/pages/my/index.vue
View file @
3d534c4
<!--
* @Date: 2023-12-13 11:13:13
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-28 1
3:40:29
* @LastEditTime: 2023-12-28 1
5:38:53
* @FilePath: /meihuaApp/src/pages/my/index.vue
* @Description: 我的页面
-->
...
...
@@ -31,7 +31,7 @@
<view v-if="index === order_list.length-1" style="height: 2rem;"></view>
</view>
</scroll-view>
<nut-empty v-else image="https://
static-ftcms.jd.com/p/files/61a9e3313985005b3958672e.png" description="暂无
数据" ></nut-empty>
<nut-empty v-else image="https://
cdn.ipadbiz.cn/meihua/no_order.png" description="暂无订单
数据" ></nut-empty>
</view>
</view>
<nav-bar activated="my" />
...
...
Please
register
or
login
to post a comment