Merge branch 'feat/liujie'
This commit is contained in:
@@ -24,6 +24,10 @@
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
|
|
||||||
|
.titleClassName {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.gameInfoContainer {
|
.gameInfoContainer {
|
||||||
|
|||||||
@@ -16,6 +16,10 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
.titleClassName {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -266,7 +266,7 @@ const OrderList = () => {
|
|||||||
style={{ paddingTop: `${totalHeight + 8}px` }}
|
style={{ paddingTop: `${totalHeight + 8}px` }}
|
||||||
>
|
>
|
||||||
<GeneralNavbar
|
<GeneralNavbar
|
||||||
title="订单列表"
|
title="球局订单"
|
||||||
backgroundColor="transparent"
|
backgroundColor="transparent"
|
||||||
titleClassName={styles.titleClassName}
|
titleClassName={styles.titleClassName}
|
||||||
className={styles.navbar}
|
className={styles.navbar}
|
||||||
|
|||||||
Reference in New Issue
Block a user