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
yyq
6 years ago
Commit
12b57b042acb3a8b9872d3d7947381baae69b9f4
1 parent
d0cc7b46
fix comment header
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
apps/components/comments/comment.vue
apps/components/comments/comment.vue
View file @
12b57b0
<template>
<Layout style="background: none;">
<LayoutHeader :back="!popup" theme="white" slot='header'>
<LayoutHeader
class="comment-header"
:back="!popup" theme="white" slot='header'>
{{headerText}}
<template v-slot:opts v-if="popup">
<i class="iconfont icon-close icon" @touchend.prevent="onClose"></i>
...
...
@@ -57,3 +57,10 @@ export default {
components: {CommentList}
};
</script>
<style scoped lang="scss">
.comment-header {
padding-top: 0!important;
}
</style>
...
...
Please
register
or
login
to post a comment