diff --git a/CHANGELOG.md b/CHANGELOG.md index f624afd..c782737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ ### Bug Fixes +- fix: |Admin| 修复切换一级标签页时二级标签页偶发无选中项、内容不显示及指示条偏移的问题 + ### Improvements ### Testing diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index 61623a5..3482e55 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -14,6 +14,8 @@ ### Bug Fixes +- fix: |Admin| Fix secondary tabs occasionally losing their active item, hiding content, and leaving the indicator offset after switching primary tabs + ### Improvements ### Testing diff --git a/frontend/src/views/Admin.vue b/frontend/src/views/Admin.vue index 829d368..2f3e8a0 100644 --- a/frontend/src/views/Admin.vue +++ b/frontend/src/views/Admin.vue @@ -120,7 +120,7 @@ onMounted(async () => { - + @@ -136,7 +136,7 @@ onMounted(async () => { - + @@ -161,7 +161,7 @@ onMounted(async () => { - + @@ -177,7 +177,7 @@ onMounted(async () => { - + @@ -202,7 +202,7 @@ onMounted(async () => { - +