From 07f6c9307959b1abddfc82af78dda3e3db6bdad7 Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 3 May 2022 10:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/quickcommandUI/SelectList.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/quickcommandUI/SelectList.vue b/src/components/quickcommandUI/SelectList.vue index b3d0679..b8ace27 100644 --- a/src/components/quickcommandUI/SelectList.vue +++ b/src/components/quickcommandUI/SelectList.vue @@ -19,7 +19,7 @@ :active="index === currentIndex" :style="{ height: itemHeight + 'px', - paddingRight: shortCurtWidth + 'px', + paddingRight: shortCutWidth + 'px', }" > @@ -43,7 +43,7 @@