Justin Gu
a36043f962
fix: 市场情绪页空态提示层铺满全页拦截鼠标
资金日历的 .fund-card 未设置 position:relative,其空态提示
.empty-hint(absolute + inset:0)向上找到了无定位祖先,直接以
初始包含块铺满整个视口,把全页链接/按钮都挡住。修复:
- .fund-card 加 position:relative,提示层收回卡片内
- .empty-hint 加 pointer-events:none,纯信息层双保险永不拦截交互
2026-09-05 05:02:08 +08:00
..
2026-09-03 23:54:29 +08:00
2026-09-05 04:09:03 +08:00
2026-09-02 15:49:41 +08:00
2026-07-05 01:21:18 +08:00
2026-09-03 23:54:29 +08:00
2026-09-05 05:02:08 +08:00
2026-09-03 23:54:29 +08:00
2026-09-05 04:42:53 +08:00
2026-09-05 04:42:53 +08:00
2026-09-01 17:45:07 +08:00
2026-09-05 02:43:02 +08:00
2026-09-01 17:45:07 +08:00
2026-07-03 03:35:20 +08:00
2026-09-01 17:45:07 +08:00
2026-09-05 04:42:53 +08:00
2026-09-01 17:45:07 +08:00
2026-09-05 04:43:22 +08:00