zhongshujie
2024-07-11 0a945a92ee0c133a6d7b71b35a705d9764d94f3b
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>