From e3f73e8c27745f692798cb9fc93a58d0d6dcd174 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Thu, 15 Aug 2024 16:30:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E7=94=A8=E4=BE=8B/=E7=BC=BA=E9=99=B7=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=90=8D=E7=A7=B0=E7=A7=B0=E4=B8=8D=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/assets/svg/icons/validateStar.svg | 3 +++ .../components/caseDetailDrawer.vue | 1 - .../organization/template/components/addTemplate.vue | 11 +++++++++++ .../template/components/caseTemplateLeftContent.vue | 4 ++-- .../template/components/defectTemplateLeftContent.vue | 4 +++- 5 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 frontend/src/assets/svg/icons/validateStar.svg diff --git a/frontend/src/assets/svg/icons/validateStar.svg b/frontend/src/assets/svg/icons/validateStar.svg new file mode 100644 index 0000000000..1d79ae37a4 --- /dev/null +++ b/frontend/src/assets/svg/icons/validateStar.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/src/views/case-management/caseManagementFeature/components/caseDetailDrawer.vue b/frontend/src/views/case-management/caseManagementFeature/components/caseDetailDrawer.vue index 7b8f3330d4..c8cba0cbf0 100644 --- a/frontend/src/views/case-management/caseManagementFeature/components/caseDetailDrawer.vue +++ b/frontend/src/views/case-management/caseManagementFeature/components/caseDetailDrawer.vue @@ -683,7 +683,6 @@ right: 16px; height: 48px; line-height: 48px; - @apply bg-white; } :deep(.arco-menu-light) { height: 50px; diff --git a/frontend/src/views/setting/organization/template/components/addTemplate.vue b/frontend/src/views/setting/organization/template/components/addTemplate.vue index beee2cdc5e..9ee17995eb 100644 --- a/frontend/src/views/setting/organization/template/components/addTemplate.vue +++ b/frontend/src/views/setting/organization/template/components/addTemplate.vue @@ -883,4 +883,15 @@ :deep(.arco-form-item-content) { overflow-wrap: anywhere; } + :deep(.label-validate-star) { + .arco-form-item-label::after { + display: inline-block; + margin-top: -3px; + content: ''; + width: 7px; + height: 7px; + vertical-align: middle; + background: url('@/assets/svg/icons/validateStar.svg') center/cover; + } + } diff --git a/frontend/src/views/setting/organization/template/components/caseTemplateLeftContent.vue b/frontend/src/views/setting/organization/template/components/caseTemplateLeftContent.vue index c28663b5a1..eef0360e3b 100644 --- a/frontend/src/views/setting/organization/template/components/caseTemplateLeftContent.vue +++ b/frontend/src/views/setting/organization/template/components/caseTemplateLeftContent.vue @@ -3,9 +3,9 @@