fix: 前端页面架构重构初版
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user