Skip to content

Commit

Permalink
style: adjust tag margin-top is 5px in SubjectDetails.vue (#696)
Browse files Browse the repository at this point in the history
* style: adjust tag margin-top is 5px in SubjectDetails.vue

* docs: update CHANGELOG.MD
  • Loading branch information
chivehao authored Oct 15, 2024
1 parent d71311c commit ecddab0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

- 管理控制台的关于页面右上角添加个复制环境信息的按钮 #691

## 问题修复

- Console条目详情页的标签上下挨在一起 #689

# 0.16.1

## 问题修复
Expand Down
2 changes: 1 addition & 1 deletion console/src/modules/content/subject/SubjectDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ onMounted(fetchDatas);
v-for="tag in tags"
:key="tag.id"
closable
style="margin-right: 5px"
style="margin-right: 5px;margin-top: 5px;"
:disable-transitions="false"
@close="onTagRemove(tag)"
>
Expand Down

0 comments on commit ecddab0

Please sign in to comment.