fix cm permission icon overflow
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
7739946177
commit
24ee8509d2
@ -472,10 +472,11 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||
children: [
|
||||
Icon(
|
||||
iconData,
|
||||
size: 30.0,
|
||||
color: Colors.white,
|
||||
Expanded(
|
||||
child: Icon(
|
||||
iconData,
|
||||
color: Colors.white,
|
||||
),
|
||||
),
|
||||
Text(
|
||||
enabled ? "ON" : "OFF",
|
||||
|
Loading…
Reference in New Issue
Block a user