From e439e75761859b74a0f6ec5eac8844c075c4123b Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 31 May 2024 17:05:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E5=AE=A3=E6=95=99=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manage/components/RehabilitationPlanandRecords.vue | 2 +- src/views/manage/components/healthEducation.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/manage/components/RehabilitationPlanandRecords.vue b/src/views/manage/components/RehabilitationPlanandRecords.vue index f15d208..ca52b28 100644 --- a/src/views/manage/components/RehabilitationPlanandRecords.vue +++ b/src/views/manage/components/RehabilitationPlanandRecords.vue @@ -134,7 +134,7 @@ - +
文章模板:{{ lookitem.propagandaTitle }}
{{ lookitem.propagandaTitle }}
diff --git a/src/views/manage/components/healthEducation.vue b/src/views/manage/components/healthEducation.vue index 7819a58..158fb74 100644 --- a/src/views/manage/components/healthEducation.vue +++ b/src/views/manage/components/healthEducation.vue @@ -81,7 +81,7 @@ export default { display: flex; .rightheader { - width: 75%; + width: 80%; padding-top: 20px; border-left: 3px solid #DFE4ED; @@ -124,10 +124,10 @@ export default { overflow: scroll; // 隐藏表头的滚动条 overflow-x: hidden !important; - width: 400px; + width: 100%; margin: 0 auto; height: 450px; - border: 1px solid #CCCCCC; + // border: 1px solid #CCCCCC; } }