Commit d720526e18c1edf5c7bec17e855d30a5d5211b93
1 parent
e2d2dbfb
优化业务受理页面
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/owner/ownerDetail.vue
| 1 | <template> | 1 | <template> |
| 2 | - <div class="white-bg padding-lg padding-top border-radius"> | 2 | + <div class="white-bg padding-lg padding-top border-radius margin"> |
| 3 | <el-row type="flex" justify="space-between"> | 3 | <el-row type="flex" justify="space-between"> |
| 4 | <div class="text-title">{{ $t('ownerDetail.ownerInfo') }}</div> | 4 | <div class="text-title">{{ $t('ownerDetail.ownerInfo') }}</div> |
| 5 | <div> | 5 | <div> |
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | <!-- Owner Information --> | 16 | <!-- Owner Information --> |
| 17 | <div class="margin-top "> | 17 | <div class="margin-top "> |
| 18 | <el-row style="min-height: 160px;"> | 18 | <el-row style="min-height: 160px;"> |
| 19 | - <el-col :span="4"> | 19 | + <el-col :span="3"> |
| 20 | <div class="text-center vc-float-left" style="width: 150px;" v-if="ownerDetailInfo.faceUrl"> | 20 | <div class="text-center vc-float-left" style="width: 150px;" v-if="ownerDetailInfo.faceUrl"> |
| 21 | <img width="120px" height="140px" class="border-radius" :src="ownerDetailInfo.faceUrl" | 21 | <img width="120px" height="140px" class="border-radius" :src="ownerDetailInfo.faceUrl" |
| 22 | @error="errorLoadImg" /> | 22 | @error="errorLoadImg" /> |
| @@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
| 25 | <img width="120px" height="140px" class="border-radius" src="/img/noPhoto.jpg" /> | 25 | <img width="120px" height="140px" class="border-radius" src="/img/noPhoto.jpg" /> |
| 26 | </div> | 26 | </div> |
| 27 | </el-col> | 27 | </el-col> |
| 28 | - <el-col :span="20" class="text-left"> | 28 | + <el-col :span="21" class="text-left"> |
| 29 | <el-form> | 29 | <el-form> |
| 30 | <el-row> | 30 | <el-row> |
| 31 | <el-col :span="6"> | 31 | <el-col :span="6"> |
src/views/simplify/simplifyAcceptanceList.vue
| 1 | <template> | 1 | <template> |
| 2 | - <div class="white-bg padding-top-lg"> | 2 | + <div class="white-bg padding-top-lg margin"> |
| 3 | <div class="margin-top padding-bottom-lg flex justify-center"> | 3 | <div class="margin-top padding-bottom-lg flex justify-center"> |
| 4 | <div class="search-switch"> | 4 | <div class="search-switch"> |
| 5 | <el-select v-model="simplifyAcceptanceInfo.searchType" @change="_changeSearchType"> | 5 | <el-select v-model="simplifyAcceptanceInfo.searchType" @change="_changeSearchType"> |