添加加载,优化气泡弹窗
This commit is contained in:
28
unpackage/dist/dev/app-plus/pages/Chat/Chat.css
vendored
28
unpackage/dist/dev/app-plus/pages/Chat/Chat.css
vendored
@@ -1742,6 +1742,34 @@ to { opacity: 1; transform: translateY(0);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
/* 消息加载中弹窗(仅会话变化时显示) */
|
||||
.messages-loading-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
z-index: 100;
|
||||
}
|
||||
.messages-loading-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 1.25rem 1.875rem;
|
||||
background: #ffffff;
|
||||
border-radius: 0.75rem;
|
||||
box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.messages-loading-text {
|
||||
margin-top: 0.625rem;
|
||||
font-size: 0.875rem;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
/* 消息详情弹窗 — 链接提取区域 */
|
||||
.detail-links-section {
|
||||
margin-top: 0.75rem;
|
||||
|
||||
Reference in New Issue
Block a user