Browse Source

deleteTabBar

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

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

48
               ),
48
               ),
49
               Container(
49
               Container(
50
 
50
 
51
-                padding: EdgeInsets.fromLTRB(0, 10, 0,10),
52
                 padding: EdgeInsets.fromLTRB(0, 10, 0,10),
51
                 padding: EdgeInsets.fromLTRB(0, 10, 0,10),
53
                 child: Image(image: AssetImage('images/cars.png'),width:320.w,height:260.w,fit: BoxFit.fill,),
52
                 child: Image(image: AssetImage('images/cars.png'),width:320.w,height:260.w,fit: BoxFit.fill,),
54
 
53