Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_wechat
Commits
cce231c8
Commit
cce231c8
authored
Apr 01, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
d1ad73fd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
cleanManage.vue
pages/cleanManage/cleanManage.vue
+6
-3
myInfo.vue
pages/my/myInfo.vue
+1
-1
No files found.
pages/cleanManage/cleanManage.vue
View file @
cce231c8
...
...
@@ -69,7 +69,7 @@
<view
class=
"order-info-box"
style=
"width: 100%;"
>
<image
class=
"img"
:src=
"assetsPath+'/avatar_no.png'"
mode=
"widthFix"
></image>
<view
v-if=
"val.orderList&&val.orderList.length"
class=
"list"
>
<view
class=
"flex-row text-red text-bold text-sm"
v-for=
"(orderItem,oIndex) in val.orderList"
:key=
"oIndex"
>
<view
class=
"flex-row text-red text-bold text-sm"
v-for=
"(orderItem,oIndex) in val.orderList"
v-if=
"oIndex
<
=
2
"
:key=
"oIndex"
>
<text>
{{
orderItem
.
preStartDate
}}
</text>
<text>
-
</text>
<text>
{{
orderItem
.
preEndDate
}}
</text>
...
...
@@ -299,7 +299,7 @@ import moment from "@/common/moment";
image{
display
:
block
;
width
:
100%
;
max-height
:
124
upx
;
max-height
:
68
upx
;
}
}
}
...
...
@@ -426,7 +426,7 @@ import moment from "@/common/moment";
font-size
:
24
upx
;
}
}
.order-info-box
{
.
room-box
.
order-info-box
{
position
:
relative
;
display
:
flex
;
width
:
100%
;
...
...
@@ -441,6 +441,9 @@ import moment from "@/common/moment";
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
text{
margin
:
4
rpx
0
;
}
}
}
</
style
>
pages/my/myInfo.vue
View file @
cce231c8
...
...
@@ -569,7 +569,7 @@
height
:
100%
;
image{
width
:
100%
;
max-height
:
8
0
upx
;
max-height
:
4
0
upx
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment