From 25599e611eedadec8babc9313438fc611fb97fe3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 08 十二月 2023 16:50:31 +0800
Subject: [PATCH] 2023-12-08

---
 src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx
index 97b1812..5a9c2c4 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx
@@ -341,10 +341,10 @@
               鍙栨秷
             </Button>
           </Col>
-          {!type ? <Col span={3} style={{paddingTop: '15px', fontSize: '12px', whiteSpace: 'nowrap'}}>
+          <Col span={3} className="forced" style={{paddingTop: '12px', fontSize: '12px', whiteSpace: 'nowrap'}}>
             寮哄埗淇濆瓨锛�
             <Switch checked={skip} size="small" onChange={() => this.setState({skip: !skip})}/>
-          </Col> : null}
+          </Col>
           <Col span={24} className="sql">
             <Form.Item label="sql">
               {getFieldDecorator('sql', {

--
Gitblit v1.8.0