Browse Source

TextOverflow.ellipsis,

[baozhangchao] 2 years ago
parent
commit
9deabca9c0
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lib/pages/main/widgets/main/widgets/UserAddress.dart

+ 2
- 0
lib/pages/main/widgets/main/widgets/UserAddress.dart View File

@@ -64,6 +64,8 @@ class UserAddress extends StatelessWidget {
64 64
                           ),
65 65
                         ),
66 66
                         Container(
67
+                          width: 240.w,
68
+
67 69
                           child: Text(
68 70
                             item != null ? item.address.toString() : '请设置详细地址!',
69 71
                             softWrap: true,