diff options
Diffstat (limited to 'data/vue/Section.vue')
| -rw-r--r-- | data/vue/Section.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/vue/Section.vue b/data/vue/Section.vue index f0202c0..7f4d633 100644 --- a/data/vue/Section.vue +++ b/data/vue/Section.vue @@ -24,9 +24,9 @@ defineExpose({ visible }) <style> .section_header { - border-bottom: 1px solid #586e75; + border-bottom: 1px solid gray; cursor: pointer; - font-size: 18px; + font-size: 16px; font-weight: normal; } |
