mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
优化投诉详情页面
This commit is contained in:
parent
0b8f34f924
commit
08c01d85f8
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user