[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
                 ) ,
47
                 ) ,
48
               ),
48
               ),
49
               Container(
49
               Container(
50
+
51
+                padding: EdgeInsets.fromLTRB(0, 10, 0,10),
50
                 padding: EdgeInsets.fromLTRB(0, 10, 0,10),
52
                 padding: EdgeInsets.fromLTRB(0, 10, 0,10),
51
                 child: Image(image: AssetImage('images/cars.png'),width:320.w,height:260.w,fit: BoxFit.fill,),
53
                 child: Image(image: AssetImage('images/cars.png'),width:320.w,height:260.w,fit: BoxFit.fill,),
52
 
54