纸板小程序:订单/送货单:列表与详情功能

This commit is contained in:
2026-06-11 11:26:40 +08:00
commit ef9ede1605
2317 changed files with 61642 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
.page-container {
background-image: url('../../assets/images/start_bg.png');
background-repeat: no-repeat; /* 禁止重复 */
background-size: 100% 106%; /* 宽高铺满容器 */
background-position: center; /* 居中显示 */
width: 100vw;
height: 100vh;
box-sizing: border-box;
}