Explorar o código

<a-form-item> should be nested under <a-col>

Yancy %!s(int64=5) %!d(string=hai) anos
pai
achega
4372773924
Modificáronse 1 ficheiros con 6 adicións e 6 borrados
  1. 6 6
      ant-design-vue-jeecg/src/views/jeecg/helloworld.vue

+ 6 - 6
ant-design-vue-jeecg/src/views/jeecg/helloworld.vue

@@ -19,11 +19,11 @@
         <a-cascader :options="areaOptions" @change="onChange" :showSearch="{filter}" placeholder="Please select" />
       </a-form-item>
       </a-col>
-      <a-form-item :wrapperCol="{ span: 12, offset: 5 }">
-        <a-col :md="24" :sm="24">
-        <a-button type="primary" htmlType="submit">Submit</a-button>
-        </a-col>
-      </a-form-item>
+      <a-col :md="24" :sm="24">
+        <a-form-item :wrapperCol="{ span: 12, offset: 5 }">
+          <a-button type="primary" htmlType="submit">Submit</a-button>
+        </a-form-item>
+      </a-col>
     </a-form>
   </a-card>
 </template>
@@ -68,4 +68,4 @@
       })
     }
   }
-</script>
+</script>