src/components/choice/choice.vue
@@ -47,7 +47,9 @@ </svg> </span> <!-- 选项 --> <span class="option-text" <span class="option-text" @click="(e)=>{ e.preventDefault() }" :style="{ color: formatAnswer(getSelectedOptions()).indexOf(option.value) > -1 ? '#fff' : '#000' }"> {{ option.value }}、{{ option.txt }} </span> @@ -573,7 +575,7 @@ .smiling-face{ position: absolute; z-index: 1; bottom: 2% ; bottom: -2% ; right: 4%; } .face { @@ -582,7 +584,6 @@ } .face-text { text-wrap: nowrap; } </style>