feat: update code

This commit is contained in:
tim
2025-07-08 16:53:52 +08:00
parent 867892e4f2
commit 4e6f86a5d3
3 changed files with 14 additions and 33 deletions

View File

@@ -25,4 +25,13 @@ export default {
}
</script>
<!-- 此组件不包含样式使用方可根据需要自行定义 -->
<style scoped>
.article-tags-container {
display: flex;
flex-direction: row;
gap: 10px;
}
</style>