From 6dbf383456d3caa5d489ddd0244b3c007ce458bb Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期四, 26 九月 2024 16:02:44 +0800 Subject: [PATCH] 下线合格报告打印优化 --- jcdm-ui/src/views/components/offlineQualificationReport.vue | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/jcdm-ui/src/views/components/offlineQualificationReport.vue b/jcdm-ui/src/views/components/offlineQualificationReport.vue index 492021f..ea09fb0 100644 --- a/jcdm-ui/src/views/components/offlineQualificationReport.vue +++ b/jcdm-ui/src/views/components/offlineQualificationReport.vue @@ -3,13 +3,13 @@ <tr> <td colspan="11"> <img style="width: 140px;height: 20px;" :src="require('@/assets/images/a8963a24920640508e96150a053fc41.png')"> - <span style="text-decoration: underline;margin-left: 30%">婀栧窞鏅鸿姱鍔ㄥ姏绯荤粺鍙戝睍鏈夐檺鍏徃</span> + <span style="text-decoration: underline;margin-left: 23%;font-size: 15px">婀栧窞鏅鸿姱鍔ㄥ姏绯荤粺鍙戝睍鏈夐檺鍏徃</span> <div style="border-bottom: #181818 1px solid;"></div> </td> </tr> <tr align="center"> <td colspan="11"> - <span>鍑鸿揣妫�鏌ユ姤鍛�</span> + <span style="font-size: 15px">鍑鸿揣妫�鏌ユ姤鍛�</span> </td> </tr> <tr> @@ -501,7 +501,7 @@ <tr align="center"> <td>38</td> - <td rowspan="20">鍖呰杩愯緭鍙婂嚭鍘傞槻鎶�</td> + <td rowspan="4">鍖呰杩愯緭鍙婂嚭鍘傞槻鎶�</td> <td>鍑哄巶闃叉姢</td> <td width="290">楂樺帇杩炴帴鍣ㄣ�佷綆鍘嬭繛鎺ュ櫒銆佽繘鍑烘按鍢寸瓑澶栭湶閮ㄥ垎锛屽嚭鍘傛椂椤诲涓婂悎閫傜殑闃叉姢</td> <td>C</td> @@ -558,8 +558,14 @@ 鏈�缁堝垽鏂� </td> <td colspan="6"> - <span>鍚堟牸</span> - <span style="margin-left: 100px">涓嶅悎鏍�</span> + <div style="display: flex;align-items: center"> + <div style="width: 10px;height: 10px;border: 1px solid #000;margin-left: 10px;margin-right: 2px;padding-left: 2px;"> + <div style="width: 4px;height: 6px;border-right:2px solid #000;border-bottom:2px solid #000;transform: rotate(40deg);"></div> + </div> + <span>鍚堟牸</span> + <div style="width: 10px;height: 10px;border: 1px solid #000;margin-left: 40px;margin-right: 2px;"></div> + <span>涓嶅悎鏍�</span> + </div> </td> </tr> -- Gitblit v1.9.3