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
a540c934
Commit
a540c934
authored
Jun 24, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页up
parent
ae820b82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
src/components/shop-card.vue
src/components/shop-card.vue
+7
-3
No files found.
src/components/shop-card.vue
View file @
a540c934
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<span
v-text=
"data.resourceSummary"
></span>
<span
v-text=
"data.resourceSummary"
></span>
</p>
</p>
<p
class=
"shop_card-text update_time"
>
<p
class=
"shop_card-text update_time"
>
<i
class=
"el-icon-time"
></i
>
<i
mg
:src=
"require('@/assets/imgs/icon_shijian.png')"
/
>
<span
class=
"text_clip"
v-text=
"'更新时间:' + data.updateTime"
></span>
<span
class=
"text_clip"
v-text=
"'更新时间:' + data.updateTime"
></span>
</p>
</p>
<div
class=
"shop_card-text access"
>
<div
class=
"shop_card-text access"
>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<span
class=
"text_clip"
v-text=
"data.viewCount + '次浏览'"
></span>
<span
class=
"text_clip"
v-text=
"data.viewCount + '次浏览'"
></span>
</span>
</span>
<span>
<span>
<img
:src=
"require('@/assets/imgs/icon_huoqu.png')"
/>
<img
:src=
"require('@/assets/imgs/icon_huoqu
1
.png')"
/>
<span
class=
"text_clip"
v-text=
"data.numberOfMonth + '次获取'"
></span>
<span
class=
"text_clip"
v-text=
"data.numberOfMonth + '次获取'"
></span>
</span>
</span>
</div>
</div>
...
@@ -130,6 +130,7 @@ export default {
...
@@ -130,6 +130,7 @@ export default {
}
}
.shop_card-text.update_time
>
i
{
.shop_card-text.update_time
>
i
{
flex-shrink
:
0
;
flex-shrink
:
0
;
vertical-align
:
middle
;
margin-right
:
5px
;
margin-right
:
5px
;
}
}
.shop_card-text.access
{
.shop_card-text.access
{
...
@@ -139,8 +140,11 @@ export default {
...
@@ -139,8 +140,11 @@ export default {
padding-top
:
11px
;
padding-top
:
11px
;
border-top
:
1px
solid
#ededed
;
border-top
:
1px
solid
#ededed
;
}
}
.shop_card-text.access
>
span
>
img
{
.shop_card-text.access
>
span
>
*
{
width
:
15px
;
width
:
15px
;
vertical-align
:
middle
;
}
.shop_card-text.access
>
span
>
img
{
margin-right
:
5px
;
margin-right
:
5px
;
}
}
</
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