Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
719a98be
Commit
719a98be
authored
Mar 23, 2022
by
张洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
c7ed24ab
Pipeline
#72456
passed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/components/shop-list-new.vue
src/components/shop-list-new.vue
+7
-2
No files found.
src/components/shop-list-new.vue
View file @
719a98be
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
<li
<li
v-for=
"(item, index) in data"
v-for=
"(item, index) in data"
:key=
"'card_' + index"
:key=
"'card_' + index"
:class=
"index==3||index==7?'shop_cards_li2':''"
>
>
<shop-card
<shop-card
:data=
"item"
:data=
"item"
...
@@ -101,9 +102,13 @@ export default {
...
@@ -101,9 +102,13 @@ export default {
list-style
:
none
;
list-style
:
none
;
}
}
.shop_cards
>
li
{
.shop_cards
>
li
{
width
:
calc
((
100%
-
8
0px
)
/
4
);
width
:
calc
((
100%
-
6
0px
)
/
4
);
display
:
block
;
display
:
block
;
float
:
left
;
float
:
left
;
margin
:
10px
10px
;
margin-bottom
:
20px
;
margin-right
:
20px
;
}
.shop_cards_li2
{
margin-right
:
0px
!important
;
}
}
</
style
>
</
style
>
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