Commit f4a4c829 f4a4c829a66087969b585f6c8ba71c1b5cea82a6 by zhanghao

commit

1 parent da3d95df
1 <template xmlns:el-col="http://www.w3.org/1999/html"> 1 <template xmlns:el-col="http://www.w3.org/1999/html">
2 <div> 2 <div>
3 <el-row> 3 <el-row style="margin-bottom: 15px; margin-top: 5px">
4 <el-col :span="8"> 4 <el-col :span="8">
5 <el-form ref="form" :model="deleteClues" label-width="0px"> 5 <el-form ref="form" :model="deleteClues" label-width="0px">
6 <el-card class="yellowgreen" shadow="always"> 6 <el-card class="yellowgreen" shadow="always">
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
72 </el-form> 72 </el-form>
73 </el-col> 73 </el-col>
74 </el-row> 74 </el-row>
75 <el-row> 75 <el-row style="margin-bottom: 15px;">
76 <el-col> 76 <el-col>
77 <el-form ref="form" :model="createCluesYoubaoe" label-width="0px"> 77 <el-form ref="form" :model="createCluesYoubaoe" label-width="0px">
78 <el-card class="aquamarine" shadow="always"> 78 <el-card class="aquamarine" shadow="always">
......