style(merchant): 调整订单页面样式
- 将 .body 类的 height 属性改为 min-height,以优化页面布局
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user