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;