liyongli vor 1 Woche
Ursprung
Commit
631efe61d0

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

@@ -121,7 +121,7 @@
                 <template #input>
                     <van-radio-group checked-color="#3F5AC8" style="width: 100%;" v-model="formData.cardType"
                         direction="horizontal">
-                        <van-radio v-for="item in cardTypeList" :key="item.value" style="width: 50%;margin: 0 0 5px 0;"
+                        <van-radio v-for="item in cardTypeList" :key="item.value" style="width: 50%;margin: 0 0 10px 0;"
                             :name="item.value">{{ item.text }}</van-radio>
                     </van-radio-group>
                 </template>

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

@@ -112,7 +112,7 @@
                 <template #input>
                     <van-radio-group checked-color="#3F5AC8" style="width: 100%;" v-model="formData.cardType"
                         direction="horizontal">
-                        <van-radio v-for="item in cardTypeList" :key="item.value" style="width: 50%;margin: 0 0 5px 0;"
+                        <van-radio v-for="item in cardTypeList" :key="item.value" style="width: 50%;margin: 0 0 10px 0;"
                             :name="item.value">{{ item.text }}</van-radio>
                     </van-radio-group>
                 </template>

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

@@ -112,7 +112,7 @@
                 <template #input>
                     <van-radio-group checked-color="#3F5AC8" style="width: 100%;" v-model="formData.cardType"
                         direction="horizontal">
-                        <van-radio v-for="item in cardTypeList" :key="item.value" style="width: 50%;margin: 0 0 5px 0;"
+                        <van-radio v-for="item in cardTypeList" :key="item.value" style="width: 50%;margin: 0 0 10px 0;"
                             :name="item.value">{{ item.text }}</van-radio>
                     </van-radio-group>
                 </template>

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

@@ -121,7 +121,7 @@
                 <template #input>
                     <van-radio-group checked-color="#3F5AC8" style="width: 100%;" v-model="formData.cardType"
                         direction="horizontal">
-                        <van-radio v-for="item in cardTypeList" :key="item.value" style="width: 50%;margin: 0 0 5px 0;"
+                        <van-radio v-for="item in cardTypeList" :key="item.value" style="width: 50%;margin: 0 0 10px 0;"
                             :name="item.value">{{ item.text }}</van-radio>
                     </van-radio-group>
                 </template>