- 合并钱包、订单、开奖、通知等独立 screen 到页面层,减少重复壳组件 - 优化订单列表/详情、钱包划转与待对账展示、开奖核对与结果详情交互 - 改进入口 gate、移动端视口与下拉刷新在窄屏下的表现 - dev 绑定 0.0.0.0 并默认放行 192.168/10 网段,修复局域网 HMR WebSocket
This commit is contained in:
@@ -142,6 +142,27 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* 下注表格横向滚动:右侧渐变提示可继续滑动 */
|
||||
.player-table-scroll {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
.player-table-scroll-wrap {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.player-table-scroll-wrap::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 1.25rem;
|
||||
pointer-events: none;
|
||||
background: linear-gradient(to left, rgba(255, 255, 255, 0.95), transparent);
|
||||
}
|
||||
|
||||
/* 玩家端 Toast:顶部居中、紧凑尺寸(位置见 components/ui/sonner.tsx) */
|
||||
[data-sonner-toaster] {
|
||||
--width: min(280px, calc(100vw - 24px));
|
||||
|
||||
Reference in New Issue
Block a user