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
Plain Diff
Browse Files
Authored by
yyq
2019-06-27 17:34:58 +0800
Commit
823bb96ef8b2a978df1dc256e524f2b1c91aa129
2 parents
6fa9fd47
32c4ca72
Merge branch 'feature/0630' of git.yoho.cn:fe/yoho-community-web into feature/0630
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
apps/pages/article/components/article/article-item2.vue
apps/pages/article/components/detail/zan-bar.vue
apps/pages/article/components/topic/banner.vue
apps/pages/article/components/topic/tab-block.vue
apps/pages/userpage/components/follow-tab-block.vue
apps/pages/article/components/article/article-item2.vue
View file @
823bb96
...
...
@@ -158,7 +158,7 @@ export default {
};
</script>
<style scoped>
<style scoped
lang="scss"
>
.article-item {
width: 100%;
padding: 5px;
...
...
apps/pages/article/components/detail/zan-bar.vue
View file @
823bb96
...
...
@@ -34,7 +34,7 @@ export default {
};
</script>
<style scoped>
<style scoped
lang="scss"
>
.flex {
display: flex;
}
...
...
apps/pages/article/components/topic/banner.vue
View file @
823bb96
...
...
@@ -47,7 +47,7 @@ export default {
};
</script>
<style scoped>
<style scoped
lang="scss"
>
.topic-banner {
background-size: cover;
background-repeat: no-repeat;
...
...
apps/pages/article/components/topic/tab-block.vue
View file @
823bb96
...
...
@@ -65,7 +65,7 @@ export default {
};
</script>
<style scoped>
<style scoped
lang="scss"
>
.tab-block {
height: 100px;
background-color: #fff;
...
...
apps/pages/userpage/components/follow-tab-block.vue
View file @
823bb96
...
...
@@ -65,7 +65,7 @@ export default {
};
</script>
<style scoped>
<style scoped
lang="scss"
>
.tab-block {
height: 80px;
background-color: #fff;
...
...
Please
register
or
login
to post a comment