From 6df7c05241037108ce1bee89212fc73e1b75a685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Tue, 20 Sep 2022 16:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=AE=9A=E4=BD=8D=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F(=E5=9C=B0=E5=9B=BE=E7=AE=A1=E7=90=86):=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/buildersDiary/diaryList.vue | 2 +- src/views/projectFront/personnelPosition/mapManage.vue | 4 ++++ src/views/projectFront/projectSummary/baseInfo.vue | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/projectFront/buildersDiary/diaryList.vue b/src/views/projectFront/buildersDiary/diaryList.vue index 30f2662c..ee7c7247 100644 --- a/src/views/projectFront/buildersDiary/diaryList.vue +++ b/src/views/projectFront/buildersDiary/diaryList.vue @@ -40,7 +40,7 @@ {{ $t("message.companyDiagram.entryName1") }} - {{ projectDetail.projectName }} + {{ projectDetail.projectName }}
{{ @@ -1035,19 +1035,19 @@ export default { } .width_65 { - width: 65%; + width: 80%; display: inline-block; box-sizing: border-box; height: 44px; padding: 0 15px; } .width_35 { - width: 35%; + width: 20%; display: inline-block; box-sizing: border-box; border-right: 1px solid rgba(148, 148, 148, 0.5); padding: 0 15px; - text-align: right; + text-align: left; background: rgba(235, 234, 234, 0.5); } }