feat(ui): 优化药品管理页面的视觉设计和背景效果

- 调整药品列表页面的渐变背景颜色,移除最后一个颜色值
- 修复药品详情页面的样式数组格式问题
- 为添加药品页面添加渐变背景和装饰性圆圈元素
- 优化表单按钮的间距和样式,提升视觉层次感
- 统一背景颜色处理,增强页面一致性
This commit is contained in:
richarjiang
2025-11-11 17:57:36 +08:00
parent 81a6e43d7c
commit 2ed3562a00
3 changed files with 47 additions and 12 deletions

View File

@@ -632,7 +632,7 @@ export default function MedicationDetailScreen() {
paddingTop: insets.top + 48,
paddingBottom: contentBottomPadding,
},
]}
]}
showsVerticalScrollIndicator={false}
>
<View style={[styles.heroCard, { backgroundColor: colors.surface }]}>