@@ -276,8 +276,13 @@ export default {
.top-view {
padding: 30upx;
position:fixed;
+ top: 0;
+ left: 0;
width:100%;
+ /* 固定顶栏需高于列表,避免订单项滚上来盖住头像/时间筛选 */
+ z-index: 100;
background-color: #fff;
+ box-sizing: border-box;
.top-row {
display: flex;
justify-content: space-between;