feat: 新增订单列表交互
This commit is contained in:
12
pages/order/styles/list.scss
Normal file
12
pages/order/styles/list.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.order-page {
|
||||
height: 100vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.top-nav-fixed {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
Reference in New Issue
Block a user