From 56cdf07f8496685ba906ea75e7eb2faebb35371b Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 06 十一月 2024 17:04:11 +0800
Subject: [PATCH] 加入富文本编辑器

---
 src/components/choice/choice.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/choice/choice.vue b/src/components/choice/choice.vue
index 1f36508..711d7aa 100644
--- a/src/components/choice/choice.vue
+++ b/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>

--
Gitblit v1.9.1