实时库存纸张大小调整

This commit is contained in:
Ledo 2025-08-05 08:11:26 +08:00
parent d9e402035b
commit 18ea9e0783

View File

@ -247,8 +247,8 @@ defineExpose({ open })
<style scoped lang="scss"> <style scoped lang="scss">
/* 预览样式 - 仅用于屏幕显示 */ /* 预览样式 - 仅用于屏幕显示 */
.page { .page {
width: 45mm; width: 60mm;
min-height: 30mm; min-height: 40mm;
margin: auto; margin: auto;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
background-color: black; background-color: black;