commit
Showing
1 changed file
with
2 additions
and
2 deletions
| 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"> | ... | ... |
-
Please register or sign in to post a comment