[baozhangchao] 3 years ago
parent
commit
c8fabfe03f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lib/pages/Information/ArticleInfo.dart

+ 2
- 0
lib/pages/Information/ArticleInfo.dart View File

@@ -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