Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7c1b7a454bdd0d2555a3b3a336f4f8b53051cdc7
Authored by
zhiyangdu
2020-05-14 09:28:37 +0800
1 parent
970b8a64
样式调优
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/components/giftGivingItem/giftGivingItem.less
src/components/receivingGiftsItem/receivingGiftsItem.less
src/components/giftGivingItem/giftGivingItem.less
View file @
7c1b7a4
...
...
@@ -186,6 +186,7 @@
186
186
text-align: center;
187
187
display: flex;
188
188
justify-content: center;
189
+ margin-top: 30px;
189
190
.fold {
190
191
display: flex;
191
192
.triangle_top {
...
...
src/components/receivingGiftsItem/receivingGiftsItem.less
View file @
7c1b7a4
...
...
@@ -197,6 +197,7 @@
197
197
text-align: center;
198
198
display: flex;
199
199
justify-content: center;
200
+ margin-top: 30px;
200
201
.fold {
201
202
display: flex;
202
203
.triangle_top {
...
...