[baozhangchao] 3 年前
父节点
当前提交
c8fabfe03f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      lib/pages/Information/ArticleInfo.dart

+ 2
- 0
lib/pages/Information/ArticleInfo.dart 查看文件

@@ -47,6 +47,8 @@ class ArticleInfo extends StatelessWidget {
47 47
                 ) ,
48 48
               ),
49 49
               Container(
50
+
51
+                padding: EdgeInsets.fromLTRB(0, 10, 0,10),
50 52
                 padding: EdgeInsets.fromLTRB(0, 10, 0,10),
51 53
                 child: Image(image: AssetImage('images/cars.png'),width:320.w,height:260.w,fit: BoxFit.fill,),
52 54