Commit 9ac6b3f2 authored by pangjh's avatar pangjh

前端代码提交

parent 3e9e3014
<template>
<div>
<el-row>
<el-col style="width: 480px">
<el-row :gutter="20">
<el-col :span="8">
<el-card>
<el-form
ref="searchForm"
......@@ -36,7 +36,6 @@
<el-table-column
prop="name"
label="模型名称"
width="387px"
/>
</el-table>
<el-pagination
......@@ -51,7 +50,7 @@
/>
</el-card>
</el-col>
<el-col style="margin-left:20px; width: 960px">
<el-col :span="16">
<el-card>
<el-form
ref="searchFormInstance"
......
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