refactor(ui): 简化卡片组件视觉样式并扩展引导流程
统一移除 InfoCard 和药品详情页面的阴影与边框装饰,实现更简洁的界面风格 新增用药管理引导页面,完善用户首次使用体验 添加药品管理相关插图资源,增强视觉引导效果
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user