zhongshujie
2024-07-03 0cd16877a2ea61e9d086c4e7b93fc3cf17a8ad8e
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 {