From afdca5cb7b8d5c735ab70926e4f5853d904991c6 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 14 十二月 2023 13:54:53 +0800 Subject: [PATCH] 修改样式 --- src/views/components/details.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/components/details.vue b/src/views/components/details.vue index f2352ba..5f3c534 100644 --- a/src/views/components/details.vue +++ b/src/views/components/details.vue @@ -148,7 +148,7 @@ state.content.createTime = state.content.createTime.substring(0.,16) state.content.issueDate = state.content.issueDate.substring(0,10) state.content.validDate = state.content.validDate.substring(0,10) - state.content.business = getName(state.content.business) + state.content.business = state.content.businessNames.join() }else{ ElMessage.warning(res.message) } @@ -229,12 +229,12 @@ display: flex; flex-direction: column; align-items: center; - margin-top: 170px; + margin-top: 150px; .header{ width: 1200px; height: 60px; - margin: 20px 0 0; + margin: 15px 0 0; padding: 0 15px; border-radius: 4px; background: #f5f5f5; -- Gitblit v1.9.2