From 46f79b491173d284a4900d19e7aecf7509481438 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 一月 2022 17:21:25 +0800 Subject: [PATCH] 2022-01-21 --- src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx index d050d57..bb1de82 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx @@ -84,7 +84,7 @@ {getFieldDecorator('type', { initialValue: 'text' })( - <Radio.Group> + <Radio.Group style={{whiteSpace: 'nowrap'}}> <Radio value="text">鏂囨湰</Radio> <Radio value="image">鍥剧墖</Radio> </Radio.Group> -- Gitblit v1.8.0