Open
Conversation
added 4 commits
March 13, 2026 21:08
## 变更内容 1. 新增像素边框效果 (pixel-border, pixel-border-light) 2. 新增霓虹发光效果 (neon-glow, neon-glow-text) 3. 新增像素装饰角 (pixel-corner) 4. 新增复古按钮效果 (retro-btn, pixel-btn) 5. 新增扫描线效果 (scanline-overlay, crt-effect) 6. 新增像素加载动画 (pixel-loader, pixel-loader-bounce) 7. 新增像素星星装饰 (pixel-star) 8. 新增卡片像素描边 (pixel-card) 9. 新增渐变发光边框 (gradient-glow) 10. 扩展 Tailwind 配置添加动画和阴影 ## 使用方式 - 在组件中添加对应的 class 即可使用 - 保持现有色调不变,仅添加像素风格视觉效果
- DashboardShell: 优化移动端导航菜单按钮触摸区域和图标大小 - DashboardShell: 优化 OrgSwitcher 移动端宽度和溢出处理 - DataTable: 优化移动端表格水平滚动和外边距 - Button: 添加触摸优化 (touch-manipulation 和 active 缩放效果) - OrgSwitcher: 优化移动端组织切换器宽度和文本截断
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
优化移动端小屏适配体验,提升在手机和平板设备上的使用感受。
修改内容
DashboardShell.tsx
DataTable.tsx
Button.tsx
OrgSwitcher.tsx
测试说明
关联任务