Skip to content

Commit

Permalink
Update: 评论区样式更新
Browse files Browse the repository at this point in the history
  • Loading branch information
T-miracle committed Jan 13, 2025
1 parent 49a90c4 commit dc0fc93
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package/components/NanoComment/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@
});
</script>

<style scoped lang="scss">
<style lang="scss" scoped>
:deep(.artalk) {
> .atk-list {
.atk-list-header .atk-comment-count .atk-comment-count-num {
font-size: 16px !important;
}
> .atk-list-body {
min-height: 0;
.atk-list-no-comment {
height: unset;
}
}
}
.atk-list-footer {
display: none;
}
}
</style>

0 comments on commit dc0fc93

Please sign in to comment.