棉花app新增页面

This commit is contained in:
czz
2025-06-03 09:34:31 +08:00
parent 79a9f165e1
commit 7e0dfa7494
112 changed files with 18479 additions and 73 deletions

View File

@@ -35,7 +35,7 @@ class _MessageWidgetWidgetState extends State<MessageWidgetWidget> {
return Stack(
children: [
ClickableContainer(
backgroundColor: themeController.currentColor.sc5,
backgroundColor: Color(0xFF003058),
highlightColor: themeController.currentColor.sc3,
borderRadius: 20.rpx,
padding:
@@ -93,7 +93,7 @@ class _MessageWidgetWidgetState extends State<MessageWidgetWidget> {
.toList(),
),
),
].divide(SizedBox(width: 35.rpx)),
].divide(SizedBox(width: 30.rpx)),
),
],
),