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

feat:测试harmony

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