添加中断,修复电脑手机运行时信号

This commit is contained in:
2026-07-11 16:56:48 +08:00
parent 9910269733
commit d6437419b1
8 changed files with 211 additions and 138 deletions

View File

@@ -1200,6 +1200,13 @@ to { opacity: 1; transform: translateY(0) scale(1);
width: 100%;
flex-direction: column;
}
/* ==========加载更多提示========== */
.load-more-tip[data-v-5eb7b895] {
text-align: center;
padding: 0.625rem 0;
font-size: 0.75rem;
color: #999;
}
/* ==========聊天对话展示部分========== */
.chat-messages[data-v-5eb7b895] {
display: flex;
@@ -1437,6 +1444,16 @@ to { opacity: 1; transform: translateY(0);
background: #c0c0d0;
box-shadow: none;
}
/* PC端中断发送按钮 */
.stop-message-btn[data-v-5eb7b895] {
background: linear-gradient(135deg, #ff4d4f, #ff6b6b);
box-shadow: 0 0.125rem 0.375rem rgba(255, 77, 79, 0.35);
animation: pulseStop-5eb7b895 1.8s ease-in-out infinite;
}
.stop-message-btn[data-v-5eb7b895]:active {
transform: scale(0.92);
box-shadow: 0 0.0625rem 0.1875rem rgba(255, 77, 79, 0.25);
}
.input-btn-group[data-v-5eb7b895] {
flex-shrink: 0;
display: flex;