feat: 页面调整

This commit is contained in:
2025-07-20 23:55:33 +08:00
parent a7ae41b3bc
commit eef75457c8
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<!-- 顶部的背景 --> <!-- 顶部的背景 -->
<ChatTopBgImg class="chat-container-bg"></ChatTopBgImg> <ChatTopBgImg class="chat-container-bg"></ChatTopBgImg>
<view class="chat-container-msg-list"> <view class="chat-content">
<!-- 顶部自定义导航栏 --> <!-- 顶部自定义导航栏 -->
<view class="nav-bar-container" :style="{ <view class="nav-bar-container" :style="{
paddingTop: statusBarHeight + 'px', paddingTop: statusBarHeight + 'px',

View File

@@ -18,7 +18,7 @@
background: linear-gradient( 180deg, #42ADF9 0%, #6CD1FF 51%, #E9F3F7 99%); background: linear-gradient( 180deg, #42ADF9 0%, #6CD1FF 51%, #E9F3F7 99%);
} }
.chat-container-msg-list { .chat-content {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
display: flex; display: flex;