zhongshujie
2024-07-08 ea85d5267ab74f8a23a7208098365190d1b820f2
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 {