add remote btn ui change

This commit is contained in:
DASHU
2025-09-02 15:22:19 +08:00
parent db5e7bd887
commit 1dfaa901f3

View File

@@ -212,7 +212,12 @@ class _MeRouter extends CustState<MeRouter> {
child: Column( child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
children: [ children: [
Icon(Icons.add), Container(
margin: EdgeInsets.only(
bottom: Base.BASE_PADDING_HALF,
),
child: Icon(Icons.add),
),
Text( Text(
"Add", "Add",
maxLines: 1, maxLines: 1,