From c23bcb30dff59956a9da5805c42630854bc1b9ef Mon Sep 17 00:00:00 2001 From: esacpe <12345678> Date: Tue, 23 Sep 2025 18:03:42 +0800 Subject: [PATCH] =?UTF-8?q?'=E5=8D=95=E4=BD=8D=E4=BF=A1=E6=81=AF=E3=80=81?= =?UTF-8?q?=E4=BB=8E=E4=B8=9A=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=E3=80=81?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=BA=BA=E5=91=98=E3=80=81=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E3=80=81=E4=BF=9D=E5=AE=89=E5=BE=85=E5=9F=B9?= =?UTF-8?q?=E8=AE=AD=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=E3=80=81=E4=BF=9D?= =?UTF-8?q?=E5=AE=89=E5=9F=B9=E8=AE=AD=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E3=80=81=E4=BF=9D=E5=AE=89=E8=80=83=E8=AF=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AF=B9=E6=8E=A5=E5=A4=84=E7=90=86'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/layout.scss | 2 +- src/layout/components/Header.vue | 2 +- .../components/detailForm.vue | 41 +++-- .../Training/SecurityQuestionBank/index.vue | 48 +++--- .../components/detailForm.vue | 27 +-- .../Training/SecurityTrainingVideo/index.vue | 42 ++--- .../components/viewAndUploadDialog.vue | 2 +- .../components/viewExamDetalis.vue | 12 +- .../examManagement/index.vue | 16 +- .../components/addTrainerDialog.vue | 53 +++++- .../applicantPersonnel/index.vue | 44 +++-- .../components/addPractitionerDialog.vue | 64 +++++-- .../practitioner/index.vue | 51 ++++-- .../components/viewInfoDialog.vue | 6 +- .../personnelTraining/index.vue | 25 ++- .../trainer/components/addTrainerDialog.vue | 14 +- .../trainingManagement/trainer/index.vue | 32 +++- .../trainingProject/components/addPxxm.vue | 53 ++++-- .../components/prejectDetailsDialog.vue | 68 +++++--- .../components/viewProjectDetailsDialog.vue | 18 +- .../trainingProject/index.vue | 16 +- .../components/viewDetailsDialog.vue | 161 +++++++++--------- .../unitInformation/index.vue | 16 +- vue.config.js | 4 +- 24 files changed, 504 insertions(+), 313 deletions(-) diff --git a/src/assets/css/layout.scss b/src/assets/css/layout.scss index 1a8fa7f..ff6f68d 100644 --- a/src/assets/css/layout.scss +++ b/src/assets/css/layout.scss @@ -1,4 +1,4 @@ -header { +.headerWrapper { height: 88px; background: url('~@/assets/images/top.png') no-repeat center center; background-size: 100% 100%; diff --git a/src/layout/components/Header.vue b/src/layout/components/Header.vue index a4489e3..5301e3c 100644 --- a/src/layout/components/Header.vue +++ b/src/layout/components/Header.vue @@ -1,5 +1,5 @@