Merge branch 'master' into dev

This commit is contained in:
张成
2025-11-15 12:33:45 +08:00
7 changed files with 45 additions and 49 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,8 +266,8 @@ const OrderList = () => {
style={{ paddingTop: `${totalHeight + 8}px` }}
>
<GeneralNavbar
title="订单列表"
titlePosition="left"
title="球局订单"
backgroundColor="transparent"
titleClassName={styles.titleClassName}
className={styles.navbar}
/>