Update HeaderComment.vue

pull/9/head
ruibaby 2019-05-16 23:04:53 +08:00
parent c2070c808b
commit 082daee426
1 changed files with 0 additions and 7 deletions

View File

@ -5,7 +5,6 @@
placement="bottomRight" placement="bottomRight"
:autoAdjustOverflow="true" :autoAdjustOverflow="true"
:arrowPointAtCenter="true" :arrowPointAtCenter="true"
overlayClassName="header-comment-wrapper"
:overlayStyle="{ width: '300px', top: '50px' }" :overlayStyle="{ width: '300px', top: '50px' }"
title="待审核评论" title="待审核评论"
> >
@ -186,12 +185,6 @@ export default {
} }
} }
</script> </script>
<style lang="css">
.header-comment-wrapper {
top: 50px !important;
}
</style>
<style lang="less" scoped> <style lang="less" scoped>
.header-comment { .header-comment {
display: inline-block; display: inline-block;