Skip to content

Commit dc0fc93

Browse files
committed
Update: 评论区样式更新
1 parent 49a90c4 commit dc0fc93

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

package/components/NanoComment/index.vue

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,24 @@
4747
});
4848
</script>
4949

50-
<style scoped lang="scss">
50+
<style lang="scss" scoped>
51+
:deep(.artalk) {
52+
> .atk-list {
53+
.atk-list-header .atk-comment-count .atk-comment-count-num {
54+
font-size: 16px !important;
55+
}
5156
57+
> .atk-list-body {
58+
min-height: 0;
59+
60+
.atk-list-no-comment {
61+
height: unset;
62+
}
63+
}
64+
}
65+
66+
.atk-list-footer {
67+
display: none;
68+
}
69+
}
5270
</style>

0 commit comments

Comments
 (0)