style: 调整消息操作按钮左边距

移除 .message-wrapper__actions 下 el-button 的左外边距,统一按钮对齐效果
This commit is contained in:
ccnetcore
2026-02-01 21:04:08 +08:00
parent 70c7e0c331
commit 5a39330fdb

View File

@@ -582,4 +582,7 @@ function handleThinkingChange(payload: { value: boolean; status: ThinkingStatus
}
}
}
.message-wrapper__actions .el-button {
margin-left: 0;
}
</style>