mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
ssh: support copy/paste, fix ios backspace
This commit is contained in:
@@ -143,9 +143,8 @@ class _PkgManagePageState extends State<PkgManagePage>
|
||||
),
|
||||
ConstrainedBox(
|
||||
constraints: BoxConstraints(
|
||||
maxHeight: _media.size.height * 0.3,
|
||||
minWidth: _media.size.width
|
||||
),
|
||||
maxHeight: _media.size.height * 0.3,
|
||||
minWidth: _media.size.width),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(17),
|
||||
child: RoundRectCard(
|
||||
|
||||
Reference in New Issue
Block a user