feat: 订单问题修复

This commit is contained in:
2025-09-18 16:35:27 +08:00
parent 4f255ea0ee
commit 545604d537
5 changed files with 114 additions and 31 deletions

View File

@@ -366,3 +366,22 @@
font-weight: 400;
line-height: 24px;
}
.emptyNotice {
height: 40vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
.emptyTip {
color: rgba(0, 0, 0, 0.85);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
}