feat: 优化订单详情滚动交互
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
.top-nav-bar {
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
|
||||
|
||||
&.has-shadow {
|
||||
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
&--fixed {
|
||||
position: fixed;
|
||||
@@ -44,6 +47,7 @@
|
||||
|
||||
.nav-bar-center {
|
||||
flex: 1;
|
||||
height: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user