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