Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
3 changed files
with
5 additions
and
5 deletions
| ... | @@ -110,7 +110,7 @@ | ... | @@ -110,7 +110,7 @@ |
| 110 | margin-top: 15px; | 110 | margin-top: 15px; |
| 111 | background: url("~@/image/formContent.png") no-repeat; | 111 | background: url("~@/image/formContent.png") no-repeat; |
| 112 | background-size: 100% 100%; | 112 | background-size: 100% 100%; |
| 113 | padding: 20px 30px 20px 30px; | 113 | padding: 22px 42px 20px; |
| 114 | //修改表头的背景颜色横向渐变色 | 114 | //修改表头的背景颜色横向渐变色 |
| 115 | @extend .tableClass; | 115 | @extend .tableClass; |
| 116 | 116 | ... | ... |
| ... | @@ -37,8 +37,8 @@ | ... | @@ -37,8 +37,8 @@ |
| 37 | </el-row> | 37 | </el-row> |
| 38 | <el-row class="mt-10"> | 38 | <el-row class="mt-10"> |
| 39 | <el-col :span="6"> | 39 | <el-col :span="6"> |
| 40 | <el-form-item label="业务号流水号" prop="ywh"> | 40 | <el-form-item label="业务流水号" prop="ywh"> |
| 41 | <el-input v-model.trim="form.ywh" clearable class="width100" placeholder="业务号流水号"></el-input> | 41 | <el-input v-model.trim="form.ywh" clearable class="width100" placeholder="业务流水号"></el-input> |
| 42 | </el-form-item> | 42 | </el-form-item> |
| 43 | </el-col> | 43 | </el-col> |
| 44 | <el-col :span="3"> | 44 | <el-col :span="3"> | ... | ... |
| ... | @@ -41,8 +41,8 @@ | ... | @@ -41,8 +41,8 @@ |
| 41 | </el-row> | 41 | </el-row> |
| 42 | <el-row class="mt-10"> | 42 | <el-row class="mt-10"> |
| 43 | <el-col :span="6"> | 43 | <el-col :span="6"> |
| 44 | <el-form-item label="业务号流水号" prop="ywh"> | 44 | <el-form-item label="业务流水号" prop="ywh"> |
| 45 | <el-input v-model.trim="form.ywh" class="width100" clearable placeholder="业务号流水号"></el-input> | 45 | <el-input v-model.trim="form.ywh" class="width100" clearable placeholder="业务流水号"></el-input> |
| 46 | </el-form-item> | 46 | </el-form-item> |
| 47 | </el-col> | 47 | </el-col> |
| 48 | <el-col :span="6"> | 48 | <el-col :span="6"> | ... | ... |
-
Please register or sign in to post a comment