| | |
| | | </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字"> |
| | |
| | | border: 1px $LIGHT_GREY solid; |
| | | background-color: $PRIMARY_WHITE; |
| | | border-radius: 30px; |
| | | color: $PRIMARY_BLACK; |
| | | font-size: 20px; |
| | | margin-right: 10px; |
| | | margin-bottom: 10px; |