fix: 胶囊高度42px + 功能卡片白底 + 面板绿粉渐变 + 间距调整

This commit is contained in:
MingNian
2026-06-17 17:50:27 +08:00
parent 21e67014aa
commit c610417e29
3 changed files with 395 additions and 4 deletions

View File

@@ -186,7 +186,7 @@ class _HomePageState extends ConsumerState<HomePage> {
Widget _buildAgentBar() {
return SizedBox(
height: 46,
height: 42,
child: ListView.separated(
scrollDirection: Axis.horizontal,
padding: const EdgeInsets.symmetric(horizontal: 14),
@@ -296,9 +296,9 @@ class _HomePageState extends ConsumerState<HomePage> {
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
const SizedBox(height: 10),
const SizedBox(height: 6),
_buildAgentBar(),
const SizedBox(height: 8),
const SizedBox(height: 6),
if (_pickedImagePath != null) _buildImagePreview(),
_buildInputBar(),
],