Commit 50ae39a55ad0ce89bd2cedfcbf5bd4c6bd2850c0
1 parent
863590b3
add bug修复
Showing
5 changed files
with
12 additions
and
12 deletions
src/views/information/index.vue
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | <!-- <div slot="header" class="clearfix" style="line-height: 32px;"> |
| 29 | 29 | <span>个人资料</span> |
| 30 | 30 | </div>--> |
| 31 | - <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="80px"> | |
| 31 | + <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="80px" style="width:450px;margin:0 auto;" :label-position="right"> | |
| 32 | 32 | <el-form-item label="手机号" class="margin-bottom30" > |
| 33 | 33 | <el-input style="width: 300px" v-model="userPhone" :disabled="true" ></el-input> |
| 34 | 34 | </el-form-item> | ... | ... |
src/views/mycar/index.vue
| ... | ... | @@ -4,12 +4,12 @@ |
| 4 | 4 | <div class="search-wrap"> |
| 5 | 5 | <el-row :gutter="20"> |
| 6 | 6 | <el-form ref="form" :model="form" label-width="60px" label-position="left"> |
| 7 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | |
| 7 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> | |
| 8 | 8 | <el-form-item label="账户ID"> |
| 9 | 9 | <el-input v-model="form.custId" maxlength="20" :disabled="true"/> |
| 10 | 10 | </el-form-item> |
| 11 | 11 | </el-col> |
| 12 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1" :offset="8"> | |
| 12 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> | |
| 13 | 13 | <el-form-item label="手机号"> |
| 14 | 14 | <el-input v-model="form.phone" maxlength="20" :disabled="true"/> |
| 15 | 15 | </el-form-item> | ... | ... |
src/views/myevaluate/index.vue
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | <div class="serch-wrap"> |
| 4 | 4 | <el-row :gutter="20"> |
| 5 | 5 | <el-form ref="form" :model="form" label-width="60px" label-position="left"> |
| 6 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | |
| 6 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> | |
| 7 | 7 | <el-form-item label="问题类型"> |
| 8 | 8 | <el-select v-model="form.feedbackId" placeholder="请选择问题类型"> |
| 9 | 9 | <el-option v-for="item in problemTpyeSelectData" :label="item.name" :value="item.code"/> |
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | </el-select> |
| 12 | 12 | </el-form-item> |
| 13 | 13 | </el-col> |
| 14 | - <el-col :xs="16" :sm="6" :md="3" :lg="3" :xl="1" :offset="12"> | |
| 14 | + <el-col :xs="16" :sm="6" :md="3" :lg="3" :xl="3"> | |
| 15 | 15 | <el-button type="primary" @click="queryBtn">查询</el-button> |
| 16 | 16 | </el-col> |
| 17 | 17 | </el-form> | ... | ... |
src/views/order/index.vue
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | <!--</el-form-item>--> |
| 14 | 14 | |
| 15 | 15 | <!--</el-col>--> |
| 16 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | |
| 16 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> | |
| 17 | 17 | <el-form-item label="车牌"> |
| 18 | 18 | <el-input v-model="form.carNum" maxlength="10" /> |
| 19 | 19 | </el-form-item> |
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 | <!--</el-select>--> |
| 27 | 27 | <!--</el-form-item>--> |
| 28 | 28 | <!--</el-col>--> |
| 29 | - <el-col :xs="8" :sm="6" :md="3" :lg="3" :xl="1" > | |
| 29 | + <el-col :xs="8" :sm="6" :md="3" :lg="3" :xl="3" > | |
| 30 | 30 | <el-button type="primary" @click="onSubmit">查询</el-button> |
| 31 | 31 | </el-col> |
| 32 | 32 | </el-form> | ... | ... |
src/views/payback/index.vue
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | <div class="serch-wrap"> |
| 4 | 4 | <el-row :gutter="20"> |
| 5 | 5 | <el-form ref="form" :model="form" label-width="60px" label-position="left"> |
| 6 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | |
| 6 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> | |
| 7 | 7 | |
| 8 | 8 | <el-form-item label="公司"> |
| 9 | 9 | <el-select v-model="form.orgId" placeholder="请选择公司"> |
| ... | ... | @@ -13,12 +13,12 @@ |
| 13 | 13 | </el-form-item> |
| 14 | 14 | |
| 15 | 15 | </el-col> |
| 16 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | |
| 16 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> | |
| 17 | 17 | <el-form-item label="车牌"> |
| 18 | 18 | <el-input v-model="form.carNum" maxlength="10" /> |
| 19 | 19 | </el-form-item> |
| 20 | 20 | </el-col> |
| 21 | - <el-col :xs="8" :sm="6" :md="3" :lg="3" :xl="1"> | |
| 21 | + <el-col :xs="8" :sm="6" :md="3" :lg="3" :xl="3"> | |
| 22 | 22 | <el-button type="primary" @click="onSubmit">查询</el-button> |
| 23 | 23 | </el-col> |
| 24 | 24 | </el-form> |
| ... | ... | @@ -27,10 +27,10 @@ |
| 27 | 27 | |
| 28 | 28 | <div class="table-wrap"> |
| 29 | 29 | <el-row :gutter="20"> |
| 30 | - <el-col :xs="8" :sm="6" :md="3" :lg="22" :xl="1"> | |
| 30 | + <el-col :xs="8" :sm="6" :md="3" :lg="22" :xl="22"> | |
| 31 | 31 | <p class="table-title">订单详情</p> |
| 32 | 32 | </el-col> |
| 33 | - <el-col :xs="8" :sm="3" :md="3" :lg="2" :xl="1"> | |
| 33 | + <el-col :xs="8" :sm="3" :md="3" :lg="2" :xl="2"> | |
| 34 | 34 | <el-button style="margin-top: 8px" size="small" type="primary" @click="toBackSubmit">补缴</el-button> |
| 35 | 35 | </el-col> |
| 36 | 36 | </el-row> | ... | ... |