liyongli há 1 semana atrás
pai
commit
d5ec76e4e7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/view/fenghui/form1Recurrence.vue

+ 1 - 1
src/view/fenghui/form1Recurrence.vue

@@ -197,7 +197,7 @@
                     <span :class="langType === 'zh' ? 'label' : ''" v-html="lang[langType].interview"></span>
                 </template>
                 <template #input>
-                    <van-radio-group style="justify-content: flex-end;width: 100%;" v-model="formData.interview"
+                    <van-radio-group checked-color="#3F5AC8" style="justify-content: flex-end;width: 100%;" v-model="formData.interview"
                         direction="horizontal">
                         <van-radio style="flex: 1;margin-top: 10px " name="是">{{ lang[langType].confirm }}</van-radio>
                         <van-radio style="flex: 1;margin-top: 10px " name="否">{{ lang[langType].cancel }}</van-radio>