Commit 9ac6b3f2 authored by pangjh's avatar pangjh

前端代码提交

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