Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
Project
Project
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
xulili
ybf
Commits
2e4e1d65
Commit
2e4e1d65
authored
5 years ago
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改优惠券样式
parent
b13e5e57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
list.vue
wx_application/src/views/coupon/list.vue
+5
-4
No files found.
wx_application/src/views/coupon/list.vue
View file @
2e4e1d65
...
...
@@ -42,7 +42,7 @@ export default {
methods
:
{
getList
()
{
let
params
=
{
deptId
:
this
.
deptId
deptId
:
this
.
deptId
}
getCouponList
(
params
).
then
(
res
=>
{
this
.
list
=
res
.
data
...
...
@@ -70,9 +70,10 @@ export default {
<
style
scoped
>
.contain
{
background-color
:
rgb
(
237
,
239
,
243
);
height
:
100%
;
height
:
auto
;
flex-direction
:
column
;
justify-content
:
flex-start
;
align-items
:
center
;
}
.left
,
.right
{
font-size
:
16px
;
...
...
@@ -80,9 +81,9 @@ export default {
.box
{
display
:
flex
;
align-items
:
center
;
width
:
10
0%
;
width
:
9
0%
;
padding
:
20px
;
height
:
22%
;
height
:
auto
;
background-color
:
#fff
;
border
:
1px
solid
#777
;
margin-top
:
18px
;
...
...
This diff is collapsed.
Click to expand it.
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