From fa2dada682b147deead36d29bc8cd8ce07d0e673 Mon Sep 17 00:00:00 2001 From: qweasdzxclm <2795631299@qq.com> Date: Wed, 28 Jan 2026 10:30:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/CreateReportOutput.vue | 36 +++++++------------ 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/src/views/prison/evaluation-report/report/CreateReportOutput.vue b/src/views/prison/evaluation-report/report/CreateReportOutput.vue index 6cd9bfb1..3755175b 100644 --- a/src/views/prison/evaluation-report/report/CreateReportOutput.vue +++ b/src/views/prison/evaluation-report/report/CreateReportOutput.vue @@ -2,23 +2,19 @@
@@ -200,29 +196,30 @@ const exportToWord = async () => { margin: 20px; padding: 20px; } + .basic-info-title{ + font-family: '黑体', 'Microsoft YaHei', SimSun, Arial, sans-serif; + font-size: 21px; + font-weight: 700; + color: black; + text-align: center; + margin-bottom: 20px; + } .basic-info-section { padding: 15px 20px; color: black; - font-size: 14px; + font-size: 12px; } .basic-info-item{ margin-right: 30px; } - .dimension-section { - flex: 1; - padding: 15px 20px 0; - font-size: 16px; - font-weight: 500; - color: black; - } .dimension-item { padding: 0 40px; - font-size: 14px; + font-size: 12px; color: black; } .dimension-item-title { - font-size: 15px; + font-size: 21px; padding: 15px 0; font-weight: 500; color: black; @@ -276,13 +273,6 @@ defineExpose({ open }) margin-right: 30px; } -.dimension-section { - flex: 1; - padding: 15px 20px 0; - font-size: 16px; - font-weight: 500; - color: black; -} .dimension-item { padding: 0 40px; font-size: 14px;