fix:修改默认图片渲染宽度高度
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<title>挂号单</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="font-size: 32px; margin-top: 30px;">
|
||||
<div style="font-size: 32px; margin-top: 5px;">
|
||||
<div style="">
|
||||
<div style="text-align: center; font-size: 40px; font-weight: 700;"><span th:text="${hospitalName}"></span></div>
|
||||
<div style="text-align: center; font-weight: 700; font-size: 28px;">****<span th:text="${registeTerminalName}"></span></span>****</div>
|
||||
@@ -28,15 +28,15 @@
|
||||
<div style="margin-left: 59px;">支付方式:<span th:text="${paymentMethod}"></span></div>
|
||||
<div style="margin-left: 59px;">订 单 号:<span th:text="${orderNumber}"></span></div>
|
||||
<div style="margin-left: 59px; ">交易流水:<span th:text="${transactionNumber}"></span></div>
|
||||
<div style="width: 100%; text-align: center">
|
||||
<div style="width: 100%; text-align: center; margin-bottom: -20px;">
|
||||
<img style="display: inline-block; " th:src="${qrCodeBase64}" alt="QR Code"/>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="margin-top: -20px; text-align: center; font-weight: 700;">-----------------------------------------------------------------------------</div>
|
||||
<div style="font-size: 28px;margin-left: 59px; font-weight: 700;">备注(REFERENCE):凭此条退费,请妥善保管!</div>
|
||||
<div style="font-size: 28px;margin-left: 59px;">终 端 号:<span th:text="${terminalNumber}"></span></div>
|
||||
<div style="font-size: 28px;margin-left: 59px;">打印时间:<span th:text="${printTime}"></span></div>
|
||||
<div style="font-weight: 700; margin-top: -20px;">
|
||||
<div style="margin-top: -40px; text-align: center; ">-----------------------------------------------------------------------------</div>
|
||||
<div style="font-size: 32px;margin-left: 59px; ">备注:凭此条退费,请妥善保管!</div>
|
||||
<div style="font-size: 32px;margin-left: 59px;">终 端 号:<span th:text="${terminalNumber}"></span></div>
|
||||
<div style="font-size: 32px;margin-left: 59px;">打印时间:<span th:text="${printTime}"></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user