Browse Source

一些功能

Kirin 3 years ago
parent
commit
c449ba8942
1 changed files with 2 additions and 5 deletions
  1. 2 5
      app/admin/view/system/system_store/add.php

+ 2 - 5
app/admin/view/system/system_store/add.php

@@ -124,11 +124,8 @@
                             </Form-Item>
                             <Form-Item>
                                 <Row>
-                                    <i-Col span="4">
-                                        <span style="float: left">配送半径</span>
-
-                                    </i-Col>
-                                    <i-Col span="20">
+                                    <i-Col span="13">
+                                        <span style="float: left">配送半径:</span>
                                         <i-Input placeholder="配送半径(单位:米)" v-model="form.radius" style="width: 80%"
                                                  type="number" step="0.01"></i-Input>
                                     </i-Col>