Skip to content

Commit c2190fa

Browse files
committed
fix: 更新打印提示信息,明确需要在“打印”窗口中同时更改纸张尺寸和方向以确保正确打印
1 parent 6329655 commit c2190fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/PrinterPage/components/AdjustSheets.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export default function AdjustSheets(props: AdjustSheetsProps) {
219219
</Select>
220220
<Show when={!maybeChrome}>
221221
<FormHelperText id="adjust-panel__size__helper">
222-
您可能需要在“打印”窗口中同时更改“纸张尺寸”。
222+
您可能需要在“打印”窗口中同时更改“纸张尺寸”才能正确打印
223223
</FormHelperText>
224224
</Show>
225225
</FormControl>
@@ -239,7 +239,7 @@ export default function AdjustSheets(props: AdjustSheetsProps) {
239239
</RadioGroup>
240240
<Show when={maybeAndroid}>
241241
<FormHelperText id="adjust-panel__orientation__helper">
242-
您可能需要在“打印”窗口中同时更改“纸张方向”。
242+
您可能需要在“打印”窗口中同时更改“纸张方向”才能正确打印
243243
</FormHelperText>
244244
</Show>
245245
</FormControl>

0 commit comments

Comments
 (0)