|
|
@@ -55,7 +55,9 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver {
|
|
|
// content: Container(
|
|
|
// height: 50,
|
|
|
// child: Text(
|
|
|
- // '暂时没有进行中的房间,敬请期待...',
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
// style: TextStyle(color: Colors.black),
|
|
|
// ),
|
|
|
// ),
|
|
|
@@ -256,18 +258,18 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver {
|
|
|
Container(
|
|
|
height: 0.06 * (height - 334),
|
|
|
),
|
|
|
- Column(
|
|
|
- children: <Widget>[
|
|
|
- Text('当前排名',
|
|
|
- style: TextStyle(
|
|
|
- color: Color(0xFFFFFFFF),
|
|
|
- fontSize: 13)),
|
|
|
- Text('2',
|
|
|
- style: TextStyle(
|
|
|
- color: Color(0xFFFFFFFF),
|
|
|
- fontSize: 13))
|
|
|
- ],
|
|
|
- )
|
|
|
+ // Column(
|
|
|
+ // children: <Widget>[
|
|
|
+ // Text('当前排名',
|
|
|
+ // style: TextStyle(
|
|
|
+ // color: Color(0xFFFFFFFF),
|
|
|
+ // fontSize: 13)),
|
|
|
+ // Text('2',
|
|
|
+ // style: TextStyle(
|
|
|
+ // color: Color(0xFFFFFFFF),
|
|
|
+ // fontSize: 13))
|
|
|
+ // ],
|
|
|
+ // )
|
|
|
],
|
|
|
),
|
|
|
));
|