adjust geometry

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-09-04 20:57:57 +08:00
parent 760ab51919
commit f47254c5e2
3 changed files with 15 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ class _PeerCard extends StatefulWidget {
class _PeerCardState extends State<_PeerCard>
with AutomaticKeepAliveClientMixin {
var _menuPos = RelativeRect.fill;
final double _cardRadis = 20;
final double _cardRadis = 16;
final double _borderWidth = 2;
final RxBool _iconMoreHover = false.obs;