From c39ea1f23d21b070188abcf5f4dd5bdd7b47c1f9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 10 三月 2020 10:32:13 +0800
Subject: [PATCH] 2020-03-10

---
 src/templates/tableshare/dragelement/card.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/templates/tableshare/dragelement/card.jsx b/src/templates/tableshare/dragelement/card.jsx
index 5419ea0..ab0ea27 100644
--- a/src/templates/tableshare/dragelement/card.jsx
+++ b/src/templates/tableshare/dragelement/card.jsx
@@ -89,10 +89,10 @@
       <div ref={node => drag(drop(node))}>
         {type === 'search' ?
           <div className="ant-row ant-form-item">
-            <div className="ant-col ant-form-item-label">
+            <div className="ant-col ant-form-item-label ant-col-xs-24 ant-col-sm-8">
               <label title={card.label}>{card.label}</label>
             </div>
-            <div className="ant-col ant-form-item-control-wrapper">
+            <div className="ant-col ant-form-item-control-wrapper ant-col-xs-24 ant-col-sm-16">
               {card.type === 'text' ?
                 <Input style={{marginTop: '4px'}} defaultValue={card.initval} /> : null
               }

--
Gitblit v1.8.0