style(merchant): 调整订单页面样式

- 将 .body 类的 height 属性改为 min-height,以优化页面布局
This commit is contained in:
danial
2025-02-04 18:43:39 +08:00
parent 9bfbaf963a
commit 619b1e2861

View File

@@ -107,7 +107,7 @@ const search = async (value: string, ev: MouseEvent) => {
}
.body {
height: calc(100vh - 600px);
min-height: calc(100vh - 600px);
padding: 20px;
margin-top: 20px;
background-color: var(--color-white);