diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 4310550..28e132d 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -9,6 +9,7 @@
@@ -165,6 +166,7 @@
@@ -746,6 +748,10 @@ onMounted(() => { padding: 0 !important; } +.dict-title-toggle.is-collapsed::after { + transform: rotate(45deg); +} + .dict-card__subtitle { margin: 4px 0 0; font-size: 12px;