Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
ec64f3b4
Commit
ec64f3b4
authored
Jun 15, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
q
parent
bcbf0195
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
refunds-detail.vue
pages/order/after-sale/refunds-detail.vue
+1
-1
refunds.vue
pages/order/after-sale/refunds.vue
+5
-2
No files found.
pages/order/after-sale/refunds-detail.vue
View file @
ec64f3b4
...
...
@@ -106,7 +106,7 @@
</view>
<view
style=
"margin-top: 40rpx;"
class=
"block"
>
<view
class=
"good-title"
>
申诉原因
</view>
<view
class=
"reason"
>
{{
d
.
r
emark
}}
</view>
<view
class=
"reason"
>
{{
d
.
R
emark
}}
</view>
<view
class=
"grid-reasion"
>
<image
v-for=
"(x, i) in d.VoucherList"
...
...
pages/order/after-sale/refunds.vue
View file @
ec64f3b4
...
...
@@ -355,6 +355,8 @@ export default {
.refunds
.apply
.content
{
margin
:
40
rpx
0
40
rpx
0
;
position
:
relative
;
overflow
:
hidden
;
background
:
#f5f5f5
;
}
.refunds
.apply
.content
.maxnum
{
font-size
:
24
rpx
;
...
...
@@ -365,12 +367,13 @@ export default {
}
.refunds
.apply
.content
textarea
{
height
:
140
rpx
;
background
:
#f5f5f5
;
padding
:
15px
;
padding
:
15px
15px
;
font-size
:
26
rpx
;
color
:
#000
;
line-height
:
1.5
;
border-radius
:
6
rpx
;
}
.refunds
.apply
.upload
{
margin-bottom
:
20
rpx
;
...
...
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