Commit 26d5144f authored by Your Name's avatar Your Name

up

parent 888c5ba8
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
label="门店坐标" label="门店坐标"
:labelCol="labelCol" :labelCol="labelCol"
:wrapperCol="wrapperCol"> :wrapperCol="wrapperCol">
<a-row> <div id="components-button-demo-button-group">
<a-col :span="12"> <a-col :span="12">
<a-input-group compact> <a-input-group compact>
<a-input <a-input
...@@ -94,7 +94,17 @@ ...@@ -94,7 +94,17 @@
<a-button type="primary" style="width:20%">LAT</a-button> <a-button type="primary" style="width:20%">LAT</a-button>
</a-input-group> </a-input-group>
</a-col> </a-col>
<a-row> <a-col :span="12">
<a-input-group compact>
<a-input
style="width:50%"
v-decorator="['LNG']"
placeholder="请输入坐标"
/>
<a-button type="primary" style="width:20%">LNG</a-button>
</a-input-group>
</a-col>
</div>
</a-form-item> </a-form-item>
<a-form-item <a-form-item
label="是否积分兑换门店" label="是否积分兑换门店"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment