对接订单列表接口

This commit is contained in:
gyq
2025-03-01 14:08:24 +08:00
parent d3ed4ec8e6
commit 573dd88b24
21 changed files with 2769 additions and 1674 deletions

View File

@@ -244,7 +244,7 @@ onMounted(() => {
}
.overflow_y {
height: calc(100vh - 225px);
height: calc(100vh - 160px);
overflow-y: auto;
}