Commit d720526e18c1edf5c7bec17e855d30a5d5211b93

Authored by wuxw
1 parent e2d2dbfb

优化业务受理页面

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