From 857a1b68d6a7f934fc0798ce482c8457d266da66 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 17 Jul 2025 09:42:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DirectivePackageModal.vue | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/views/services/directivePackage/components/DirectivePackageModal.vue b/src/views/services/directivePackage/components/DirectivePackageModal.vue index fdf945b..c1ba524 100644 --- a/src/views/services/directivePackage/components/DirectivePackageModal.vue +++ b/src/views/services/directivePackage/components/DirectivePackageModal.vue @@ -10,17 +10,13 @@ - - 引用服务指令包 - - - 选择服务指令 - + 引用服务指令包 + 选择服务指令 - +
@@ -112,12 +108,12 @@
- + {{ directive.typeName }} {{ handleBodyTags('', directive, '') }} {{ handleEmotionTags('', directive, '') }} - + 日常护理 周期护理 即时护理 @@ -211,7 +207,7 @@ function getImgPath(pathUrl){ if(pathUrl && pathUrl.length>0){ return getFileAccessHttpUrl(pathUrl); }else{ - return '../../resource/img/logo.png'; + return '../resource/img/logo.png'; } } @@ -415,7 +411,8 @@ defineExpose({ .fenleiClass{ background-image: url('/src/assets/wlb/wlb-title.png'); - background-size: 100% 100%; + background-repeat: no-repeat; + background-size: 60% 100%; height: 36px; color: #ffffff; padding: 7px 0 0 20px;