- optimize TextField
- opt apt pwd req times
- use logger in update.dart
This commit is contained in:
Junyuan Feng
2022-05-15 13:48:57 +08:00
parent 282443a548
commit 36d7dc7bb2
15 changed files with 90 additions and 83 deletions

View File

@@ -209,7 +209,8 @@ class _ServerPageState extends State<ServerPage>
_buildExplainText('Net'),
_buildExplainText('Disk'),
],
)
),
const SizedBox(height: 3),
],
);
}
@@ -218,7 +219,7 @@ class _ServerPageState extends State<ServerPage>
return DropdownButtonHideUnderline(
child: DropdownButton2(
customButton: const Padding(
padding: EdgeInsets.only(left: 7),
padding: EdgeInsets.symmetric(horizontal: 5, vertical: 1.7),
child: Icon(
Icons.more_vert,
size: 17,