From 63ac2438fb737a2519e44fe8483a741b0f5dec8f Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期四, 09 十二月 2021 17:00:13 +0800 Subject: [PATCH] fixed TODO#132136/132094 將drawerSize設定為auto, 避免drawer確認按鈕被擋住 --- PAMapp/pages/quickFilter/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/PAMapp/pages/quickFilter/index.vue b/PAMapp/pages/quickFilter/index.vue index c6ef025..44e739e 100644 --- a/PAMapp/pages/quickFilter/index.vue +++ b/PAMapp/pages/quickFilter/index.vue @@ -49,7 +49,6 @@ <PopUpFrame :isOpen.sync="isOpenQuestionPopUp" - :drawerSize="questionOption.name === 'communicationStyles' ? '55%' : '35%'" :dialogWidth="'400px'" class="pam-myDemand-dialog" > -- Gitblit v1.8.0