From 2e320a193a9541b247bdf82ef2be12c46851b52d Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 十二月 2021 16:34:46 +0800 Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM --- PAMapp/components/multiSelectBtn.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/multiSelectBtn.vue b/PAMapp/components/multiSelectBtn.vue index 2005a1f..93faa28 100644 --- a/PAMapp/components/multiSelectBtn.vue +++ b/PAMapp/components/multiSelectBtn.vue @@ -14,7 +14,7 @@ </template> <template v-if="nameOfOtherOption"> <button class="pam-selectAll-btn cursor--pointer fix-chrome-click--issue" :class="{'selected':isSelectOtherOption}" :model="isSelectOtherOption" @click="selectOther"> - <span>{{nameOfOtherOption}}</span> + {{nameOfOtherOption}} </button> <div> <input class="pam-muti-select-other cursor--pointer " v-if="isSelectOtherOption" v-model="syncOtherSelect" placeholder="隢撓�,���20摮�"> @@ -64,6 +64,7 @@ border: 1px $LIGHT_GREY solid; background-color: $PRIMARY_WHITE; border-radius: 30px; + color: $PRIMARY_BLACK; font-size: 20px; margin-right: 10px; margin-bottom: 10px; -- Gitblit v1.8.0