格式优化

This commit is contained in:
刘召雪
2020-11-11 17:31:32 +08:00
parent 4eee2d7459
commit 6022a870a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<template> <template>
<section class="app-container"> <section class="app-container">
<el-row> <el-row>
<el-col :span="2">todo 地区</el-col>
<el-col :span="22"> <el-col :span="22">
<el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px"> <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
<el-form-item label="名称" prop="productName"> <el-form-item label="名称" prop="productName">

View File

@ -1,4 +1,5 @@
<template> <template>
<section class="app-container">
<el-row> <el-row>
<el-col> <el-col>
<el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px"> <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
@ -61,7 +62,7 @@
</div> </div>
</el-dialog> </el-dialog>
</el-row> </el-row>
</section>
</template> </template>
<script> <script>