瀏覽代碼

deleteTabBar

[baozhangchao] 3 年之前
父節點
當前提交
d22ee1409b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      lib/pages/Information/ArticleInfo.dart

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

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