Commit 08c01d85f8e4186e307a9ebe4167f9512542e6ce

Authored by wuxw
1 parent 0b8f34f9

优化投诉详情页面

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