提交 0e2dfd24 authored 作者: chenchen's avatar chenchen

feat:测试harmony

上级 5c55387e
...@@ -46,7 +46,7 @@ setProxyWidget(context) { ...@@ -46,7 +46,7 @@ setProxyWidget(context) {
padding: const EdgeInsets.only(left: 15.0, right: 15.0), padding: const EdgeInsets.only(left: 15.0, right: 15.0),
color: Colors.white, color: Colors.white,
margin: const EdgeInsets.only(top: 1.0), margin: const EdgeInsets.only(top: 1.0),
child: const Row( child: Row(
children: <Widget>[ children: <Widget>[
Expanded( Expanded(
child: Text("设置代理", style: TextStyle(fontSize: 15.0)), child: Text("设置代理", style: TextStyle(fontSize: 15.0)),
......
...@@ -34,7 +34,7 @@ class _StateLayoutState extends State<StateLayout> { ...@@ -34,7 +34,7 @@ class _StateLayoutState extends State<StateLayout> {
} }
Widget _loadingWidget() { Widget _loadingWidget() {
return const Column( return Column(
crossAxisAlignment: CrossAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: [ children: [
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论