From 53ae51f7111fe62f0011d304268cbfe1261b36f1 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 15 Nov 2023 08:37:30 +0800
Subject: [PATCH] fix:立行立改添加修改责任单位

---
 pages/actionChange/components/rectificationInfor.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/actionChange/components/rectificationInfor.vue b/pages/actionChange/components/rectificationInfor.vue
index 61e5a2f..109d740 100644
--- a/pages/actionChange/components/rectificationInfor.vue
+++ b/pages/actionChange/components/rectificationInfor.vue
@@ -33,7 +33,7 @@
 								<u-form-item label="������������:" :required="!pageState" :border-bottom="false">
 									<u-radio-group v-model="form.isChange" @change="radioGroupChange">
 										<u-radio :key="index" v-for="(item, index) in list"
-											:custom-style="{marginRight: '8px'}" :label="item.name"
+											:custom-style="{marginRight: '16px'}" :label="item.name"
 											:name="item.value" />
 									</u-radio-group>
 								</u-form-item>

--
Gitblit v1.8.0