修改样式
This commit is contained in:
@@ -82,14 +82,9 @@
|
||||
|
||||
.listTopSearchWrapper {
|
||||
padding: 0 15px;
|
||||
// position: sticky;
|
||||
// background: #fefefe;
|
||||
// z-index: 999;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
// .isScroll {
|
||||
// border-bottom: 0.5px solid #0000000F;
|
||||
// }
|
||||
|
||||
.listTopFilterWrapper {
|
||||
display: flex;
|
||||
@@ -157,3 +152,7 @@
|
||||
pointer-events: none;
|
||||
/* 隐藏时不响应鼠标事件 */
|
||||
}
|
||||
|
||||
.guideBarList {
|
||||
z-index: 99;
|
||||
}
|
||||
@@ -432,7 +432,7 @@ const ListPage = () => {
|
||||
</View>
|
||||
</View>
|
||||
)}
|
||||
<GuideBar currentPage="list" />
|
||||
<GuideBar currentPage="list" guideBarClassName={styles.guideBarList} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user