fix: 前端页面架构重构初版

This commit is contained in:
Gsh
2025-12-28 22:42:17 +08:00
parent c649ad31c2
commit e4621d9049
53 changed files with 6098 additions and 845 deletions

View File

@@ -562,14 +562,16 @@ function handleImagePreview(url: string) {
<style scoped lang="scss">
.chat-with-id-container {
padding: 0 20px;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 800px;
height: 100%;
.chat-warp {
max-width: 1000px;
display: flex;
flex-direction: column;
justify-content: space-between;