fix render overflow error
This commit is contained in:
parent
01fa417dac
commit
f77c876071
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ class _MemoryCoverWidgetNewState extends State<MemoryCoverWidgetNew> {
|
|||
],
|
||||
),
|
||||
),
|
||||
height: 1,
|
||||
width: 68,
|
||||
height: 1 * scale,
|
||||
width: 68 * scale,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue