Commit 08c01d85f8e4186e307a9ebe4167f9512542e6ce
1 parent
0b8f34f9
优化投诉详情页面
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/complaint/adminComplaintDetailList.vue
| 1 | <template> | 1 | <template> |
| 2 | <div class="complaint-detail-container"> | 2 | <div class="complaint-detail-container"> |
| 3 | <el-card class="box-card"> | 3 | <el-card class="box-card"> |
| 4 | - <div slot="header" class="clearfix flex justify-between"> | 4 | + <div slot="header" class=" flex justify-between"> |
| 5 | <span>{{ $t('complaintDetail.title') }}</span> | 5 | <span>{{ $t('complaintDetail.title') }}</span> |
| 6 | <el-button type="link" size="mini" @click="goBack"> | 6 | <el-button type="link" size="mini" @click="goBack"> |
| 7 | {{ $t('common.back') }} | 7 | {{ $t('common.back') }} |
| @@ -149,7 +149,7 @@ export default { | @@ -149,7 +149,7 @@ export default { | ||
| 149 | this.activeTab = tab | 149 | this.activeTab = tab |
| 150 | setTimeout(() => { | 150 | setTimeout(() => { |
| 151 | this.$refs[tab].loadData() | 151 | this.$refs[tab].loadData() |
| 152 | - },500) | 152 | + }, 500) |
| 153 | } | 153 | } |
| 154 | } | 154 | } |
| 155 | } | 155 | } |
| @@ -180,8 +180,8 @@ export default { | @@ -180,8 +180,8 @@ export default { | ||
| 180 | margin-bottom: 10px; | 180 | margin-bottom: 10px; |
| 181 | 181 | ||
| 182 | label { | 182 | label { |
| 183 | - font-weight: bold; | ||
| 184 | margin-right: 10px; | 183 | margin-right: 10px; |
| 185 | } | 184 | } |
| 186 | } | 185 | } |
| 187 | -}</style> | ||
| 188 | \ No newline at end of file | 186 | \ No newline at end of file |
| 187 | +} | ||
| 188 | +</style> | ||
| 189 | \ No newline at end of file | 189 | \ No newline at end of file |