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 @@