refactor(ui): 简化卡片组件视觉样式并扩展引导流程

统一移除 InfoCard 和药品详情页面的阴影与边框装饰,实现更简洁的界面风格
新增用药管理引导页面,完善用户首次使用体验
添加药品管理相关插图资源,增强视觉引导效果
This commit is contained in:
richarjiang
2025-11-11 19:01:30 +08:00
parent 2ed3562a00
commit 4f946a0566
4 changed files with 7 additions and 29 deletions

View File

@@ -87,14 +87,7 @@ const styles = StyleSheet.create({
padding: 16,
backgroundColor: '#FFFFFF',
gap: 6,
shadowColor: '#000',
shadowOpacity: 0.06,
shadowRadius: 12,
shadowOffset: { width: 0, height: 3 },
elevation: 3,
position: 'relative',
borderWidth: 1,
borderColor: 'rgba(0, 0, 0, 0.04)',
},
infoCardArrow: {
position: 'absolute',