Merge branch 'feat/liujie'

This commit is contained in:
2025-11-14 22:22:00 +08:00
3 changed files with 9 additions and 1 deletions

View File

@@ -24,6 +24,10 @@
padding: 20px;
box-sizing: border-box;
background-color: #fafafa;
.titleClassName {
color: #000;
}
}
.gameInfoContainer {

View File

@@ -16,6 +16,10 @@
width: 100%;
box-sizing: border-box;
.titleClassName {
color: #000;
}
.list {
height: 100%;
width: 100%;

View File

@@ -266,7 +266,7 @@ const OrderList = () => {
style={{ paddingTop: `${totalHeight + 8}px` }}
>
<GeneralNavbar
title="订单列表"
title="球局订单"
backgroundColor="transparent"
titleClassName={styles.titleClassName}
className={styles.navbar}