优化投诉详情页面

This commit is contained in:
wuxw 2025-07-08 15:31:28 +08:00
parent 0b8f34f924
commit 08c01d85f8

View File

@ -1,7 +1,7 @@
<template>
<div class="complaint-detail-container">
<el-card class="box-card">
<div slot="header" class="clearfix flex justify-between">
<div slot="header" class=" flex justify-between">
<span>{{ $t('complaintDetail.title') }}</span>
<el-button type="link" size="mini" @click="goBack">
{{ $t('common.back') }}
@ -149,7 +149,7 @@ export default {
this.activeTab = tab
setTimeout(() => {
this.$refs[tab].loadData()
},500)
}, 500)
}
}
}
@ -180,8 +180,8 @@ export default {
margin-bottom: 10px;
label {
font-weight: bold;
margin-right: 10px;
}
}
}</style>
}
</style>