修复礼包红包弹窗领取展示残留
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
window.showRedPacketModal(...) → 展示红包弹窗(收到 WebSocket 事件触发)
|
||||
window.closeRedPacketModal() → 关闭红包弹窗
|
||||
window.claimRedPacket() → 用户抢红包
|
||||
window.updateRedPacketClaimsUI() → 更新领取名单(WebSocket 广播后调用)
|
||||
window.updateRedPacketClaimsUI() → 更新剩余份数(WebSocket 广播后调用)
|
||||
|
||||
注:依赖 window.chatBanner(chat-banner.blade.php)、window.chatDialog、window.chatToast。
|
||||
|
||||
@@ -190,28 +190,6 @@
|
||||
transform: none;
|
||||
}
|
||||
|
||||
/* 已领取名单 */
|
||||
#rp-claims-list {
|
||||
margin-top: 12px;
|
||||
max-height: 100px;
|
||||
overflow-y: auto;
|
||||
border-top: 1px dashed #fca5a5;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.rp-claim-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 11px;
|
||||
color: #555;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.rp-claim-item span:last-child {
|
||||
color: #dc2626;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* 关闭按钮 */
|
||||
#rp-close-btn {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user