修改packages/localLife/classify/index页面点击左上角返回没反应的bug

This commit is contained in:
赵毅 2025-09-02 11:28:20 +08:00
parent fe34a9e81f
commit 37a93d7286

View File

@ -5,12 +5,22 @@ page {
.header {
display: flex;
align-items: center;
position: relative;
z-index: 1;
}
.header_tit {
width: 100%;
position: absolute;
flex: 1;
text-align: center;
position: relative;
z-index: 0;
}
.header .u-icon {
position: relative;
z-index: 2;
padding: 20rpx;
margin-left: 10rpx;
}
.local {