|
@@ -308,10 +308,10 @@ class _UserStatusWidgetState extends State<UserStatusWidget> {
|
|
|
const SizedBox(width: 2,),
|
|
|
Image(
|
|
|
image: AssetImage(imagePath),
|
|
|
- width: 80,
|
|
|
+ width: 70,
|
|
|
height: 30,
|
|
|
),
|
|
|
- const SizedBox(width: 10,),
|
|
|
+ const SizedBox(width: 5,),
|
|
|
IconButton(
|
|
|
tooltip: '刷新账号状态',
|
|
|
icon: widget.isLoading
|