Commit d8041060 authored by 朱璇's avatar 朱璇

修改图片

parent a300de72
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: zx * @Author: zx
* @Date: 2020-06-30 17:40:43 * @Date: 2020-06-30 17:40:43
* @Last Modified by: zx * @Last Modified by: zx
* @Last Modified time: 2020-07-02 10:12:40 * @Last Modified time: 2020-07-02 10:20:25
*/ */
import 'package:cached_network_image/cached_network_image.dart'; import 'package:cached_network_image/cached_network_image.dart';
...@@ -163,13 +163,15 @@ Widget reloadPage () { ...@@ -163,13 +163,15 @@ Widget reloadPage () {
child: Stack( child: Stack(
children: <Widget>[ children: <Widget>[
Positioned( Positioned(
child: Container( child: ClipRRect (
alignment: Alignment.center, borderRadius: BorderRadius.circular(15),
color: Colors.cyan, child: Container(
alignment: Alignment.center,
color: Colors.cyan,
margin: EdgeInsets.fromLTRB(5.5, 15, 5.5, 15), margin: EdgeInsets.fromLTRB(5.5, 15, 5.5, 15),
// width: (screenWidth - 41) / 2.0, child: Image.asset('plan_compare_detail_info_bg'),
child: Image.asset('plan_compare_detail_info_bg'), ),
), )
), ),
Positioned( Positioned(
left: 17.5, left: 17.5,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment