From 72497a1eab6608ec949b3fa5ecea5f5a8559386d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 12 一月 2022 22:30:59 +0800
Subject: [PATCH] 2-22-01-12

---
 src/menu/stylecontroller/index.jsx |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/menu/stylecontroller/index.jsx b/src/menu/stylecontroller/index.jsx
index 35a78aa..a6143e6 100644
--- a/src/menu/stylecontroller/index.jsx
+++ b/src/menu/stylecontroller/index.jsx
@@ -795,6 +795,17 @@
                   </Form.Item>
                 </Col>
               </Panel> : null}
+              {options.includes('minHeight') ? <Panel header="鏈�灏忛珮搴�" key="minHeight">
+                <Col span={24}>
+                  <Form.Item
+                    colon={false}
+                    label={<ColumnHeightOutlined title="鏈�灏忛珮搴�"/>}
+                    labelCol={{xs: { span: 24 }, sm: { span: 4 }}} wrapperCol={ {xs: { span: 24 }, sm: { span: 20 }} }
+                  >
+                    <StyleInput defaultValue={card.minHeight || '28px'} options={['px']} onChange={(val) => this.changeNormalStyle(val, 'minHeight')}/>
+                  </Form.Item>
+                </Col>
+              </Panel> : null}
             </Collapse> : null}
           </Form>
           <div style={{textAlign: 'right'}}>

--
Gitblit v1.8.0