解决已发现问题

This commit is contained in:
Azmat@qq.com
2026-09-17 15:00:15 +08:00
parent f3c49b36be
commit 5df038c635
24 changed files with 1913 additions and 94 deletions
+23
View File
@@ -2612,6 +2612,29 @@
cursor: not-allowed;
}
/* 单选追问直接点选即提交;长方向文案纵向铺开,避免挤成难扫读的小胶囊。 */
.omni-chat-choice-actions {
width: 100%;
flex-direction: column;
align-items: stretch;
gap: 8px;
}
.omni-chat-choice-actions button {
width: 100%;
min-height: 40px;
padding: 9px 12px;
text-align: left;
line-height: 1.55;
transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.omni-chat-choice-actions button:hover:not(:disabled) {
border-color: var(--heat-40);
color: var(--heat);
background: var(--heat-12);
}
.omni-gate-answered {
margin: 0;
font-size: 12px;