From fc6e827fcbca5b8b61d3bbd7fc78ca8b5dff1c8c Mon Sep 17 00:00:00 2001 From: qishibo Date: Fri, 4 Sep 2020 16:02:51 +0800 Subject: [PATCH] update connection menu style --- src/components/ConnectionMenu.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/ConnectionMenu.vue b/src/components/ConnectionMenu.vue index 03036b5..c0acd59 100644 --- a/src/components/ConnectionMenu.vue +++ b/src/components/ConnectionMenu.vue @@ -7,11 +7,11 @@ @click.stop.prevent="openStatus"> @@ -24,7 +24,7 @@ -  {{ $t('message.close_connection') }} +  {{ $t('message.close_connection') }}  {{ $t('message.edit_connection') }} @@ -33,7 +33,7 @@  {{ $t('message.del_connection') }} -  {{ $t('message.flushdb') }} +  {{ $t('message.flushdb') }} @@ -198,4 +198,8 @@ export default { .connection-menu-more { vertical-align: baseline; } + + .font-weight-bold { + font-weight: bold; + }