fix(web): 聊天列表恢复项目符号,收紧定义列表,压思考条间距(BUG-962/963/964)
This commit is contained in:
@@ -349,7 +349,10 @@ test("Agentic rectification follows the conversation tail only while the reader
|
||||
assert.doesNotMatch(styles, /\.rectification-jump-latest/);
|
||||
assert.match(styles, /\.jump-to-latest \{[^}]*justify-content: center/);
|
||||
assert.match(styles, /--rectification-jump-clearance/);
|
||||
assert.match(styles, /\.message-stage-and-answer \{[\s\S]*gap: var\(--space-2\)/);
|
||||
// 原值: gap: var(--space-2)
|
||||
// 新值: gap: var(--consult-think-answer-gap)
|
||||
// 原因: BUG-964 思考条与正文间距由同一 token 决定
|
||||
assert.match(styles, /\.message-stage-and-answer \{[\s\S]*gap: var\(--consult-think-answer-gap\)/);
|
||||
assert.doesNotMatch(chat, /conversationEnd/);
|
||||
// 原值: 改选滚到出卡消息
|
||||
// 新值: 无 offerSectionRef;点其他行即改选
|
||||
|
||||
Reference in New Issue
Block a user