From f247f8a4ee7edda57d01b184962b3a3ec04316a7 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期二, 30 四月 2024 15:01:55 +0800 Subject: [PATCH] move node_modules/element-ui to local_modules/element-ui --- PAMapp/components/multiSelectBtn.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/multiSelectBtn.vue b/PAMapp/components/multiSelectBtn.vue index 0abc66e..707a96f 100644 --- a/PAMapp/components/multiSelectBtn.vue +++ b/PAMapp/components/multiSelectBtn.vue @@ -88,7 +88,7 @@ <style lang="scss" scoped> .pam-selectAll-btn{ - padding : 6px 20px; + padding : 10px 20px; border : 1px $LIGHT_GREY solid; background-color: $PRIMARY_WHITE; border-radius : 30px; -- Gitblit v1.8.0