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
陈峰
2019-06-27 09:41:43 +0800
Commit
24248c8c3ea79858b3eb8436e0366dfc23cec7ea
1 parent
0c0671a3
vue单文件css加上lang
Show 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 @
24248c8
...
...
@@ -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 @
24248c8
...
...
@@ -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 @
24248c8
...
...
@@ -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 @
24248c8
...
...
@@ -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 @
24248c8
...
...
@@ -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