Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
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
潘琦
voucher-h5
Commits
ef48c5b3
Commit
ef48c5b3
authored
Oct 17, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
券详情单个按钮未显示;
parent
41897390
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
index.vue
src/views/user/index.vue
+3
-3
index.vue
src/views/voucherDetail/index.vue
+7
-0
No files found.
src/views/user/index.vue
View file @
ef48c5b3
...
...
@@ -11,7 +11,7 @@
<div
class=
"nickname"
>
{{
mainUserData
.
name
}}
</div>
</div>
<div
class=
"more"
>
<span
class=
"btn"
@
click=
"goToMember"
>
<span
class=
"
more-
btn"
@
click=
"goToMember"
>
<i
class=
"glyphicon glyphicon-home"
></i>
家庭福利
</span>
</div>
...
...
@@ -196,12 +196,12 @@ export default {
text-align
:
right
;
padding-right
:
1em
;
}
.user-page
.head
.more
>
.btn
{
.user-page
.head
.more
>
.
more-
btn
{
display
:
inline-block
;
width
:
6.1em
;
border-radius
:
10px
;
background-color
:
rgba
(
0
,
0
,
0
,
0.2
);
padding
:
0.4em
;
padding
:
0.4em
0
;
text-align
:
center
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.5
);
font-size
:
1em
;
...
...
src/views/voucherDetail/index.vue
View file @
ef48c5b3
...
...
@@ -66,6 +66,13 @@
</div>
<div
class=
"cell title"
>
{{
item
.
title
}}
</div>
</div>
<div
class=
"table-btn transverse"
v-if=
"voucherBtnData.length == 1"
@
click=
"handleClick(item.url)"
>
<!-- transverse:横向 vertical:垂直 -->
<div
class=
"cell icon"
>
<mt-spinner
v-show=
"item.iconLoading"
type=
"fading-circle"
color=
"#43d1be"
></mt-spinner>
<img
v-show=
"!item.iconLoading"
:src=
"item.picture"
/>
</div>
<div
class=
"cell title"
>
{{
item
.
title
}}
</div>
</div>
</div>
</div>
</div>
...
...
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