mirror of https://github.com/halo-dev/halo-admin
Update HeaderComment.vue
parent
c2070c808b
commit
082daee426
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue