mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: dyn panel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -32,7 +32,7 @@ Widget content(context, item, source, callback) {
|
|||||||
|
|
||||||
return Container(
|
return Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
padding: const EdgeInsets.fromLTRB(12, 0, 12, 6),
|
padding: const EdgeInsets.symmetric(horizontal: 12),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
@@ -55,7 +55,6 @@ Widget content(context, item, source, callback) {
|
|||||||
child: Text.rich(
|
child: Text.rich(
|
||||||
/// fix 默认20px高度
|
/// fix 默认20px高度
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
height: 0,
|
|
||||||
fontSize: source == 'detail' ? 16 : 15,
|
fontSize: source == 'detail' ? 16 : 15,
|
||||||
),
|
),
|
||||||
richNodes,
|
richNodes,
|
||||||
|
|||||||
Reference in New Issue
Block a user