Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
6 years ago
Commit
8523cb5b076451d45263521425b0a8dd7a7cd497
1 parent
e2155cc6
fix error
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
apps/pages/article/components/detail/recommend-product-item.vue
apps/pages/article/components/detail/tag-bar.vue
apps/pages/article/components/detail/recommend-product-item.vue
View file @
8523cb5
...
...
@@ -80,7 +80,7 @@ export default {
width: 100%;
font-size: 20px;
color: #444;
height: 60px;
/*height: 58px;*/
word-break: break-all;
white-space: normal;
}
...
...
apps/pages/article/components/detail/tag-bar.vue
View file @
8523cb5
<template>
<div>
<WidgetTopic v-for="(i, index) in list" :topic="i.name" :key="index"></WidgetTopic>
<WidgetTopic
class="item"
v-for="(i, index) in list" :topic="i.name" :key="index"></WidgetTopic>
</div>
</template>
...
...
@@ -14,4 +14,7 @@ export default {
</script>
<style :lang="scss" scoped>
.item {
margin-bottom: 10px;
}
</style>
...
...
Please
register
or
login
to post a comment