feat: 优化订单详情滚动交互

This commit is contained in:
duanshuwen
2025-10-05 11:54:09 +08:00
parent 9cc7b48d36
commit e58ded9b84
5 changed files with 112 additions and 111 deletions

View File

@@ -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;