提交 f0c7cb47 authored 作者: 袁静春's avatar 袁静春

提交:提交代码;

上级 3b934f18
...@@ -64,15 +64,12 @@ class _StateLayoutState extends State<StateLayout> { ...@@ -64,15 +64,12 @@ class _StateLayoutState extends State<StateLayout> {
children: <Widget>[ children: <Widget>[
Offstage( Offstage(
offstage: img.isEmpty, offstage: img.isEmpty,
child: Opacity( child: Container(
opacity: 1, height: 120.0,
child: Container( width: 120.0,
height: 120.0, decoration: BoxDecoration(
width: 120.0, image: DecorationImage(
decoration: BoxDecoration( image: ImageUtils.getAssetImage(img),
image: DecorationImage(
image: ImageUtils.getAssetImage(img),
),
), ),
), ),
), ),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论