保誠-保戶業務員媒合平台
劉鈞霖
2021-12-09 c8d6116f34cac94ba696034d70b42c0078cdab87
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;