Files
inkreach-uni/pages/products/products.css
T
2026-08-21 19:02:35 +08:00

15 lines
280 B
CSS

/* 货盘页 - 页面容器样式 */
/* 各区块样式已移入 pages/products/components/ 下对应组件 */
.products-page {
display: flex;
flex-direction: column;
height: 100vh;
background: #f8f8f8;
}
.content-body {
flex: 1;
display: flex;
overflow: hidden;
}