Commit 8f12f508 authored by yaya's avatar yaya

feat: UI优化

parent 500dc43a
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
</div> </div>
</el-main> </el-main>
<el-aside style="width: 25%;background-color: white;padding: 10px"> <el-aside style="width: 25%;background-color: white;padding: 10px">
<div v-if="chatUserInfo && chatUserInfo.user" class="info-title">对话信息</div>
<ChatUserInfo v-if="chatUserInfo && chatUserInfo.user" :chat-user-info="chatUserInfo"/> <ChatUserInfo v-if="chatUserInfo && chatUserInfo.user" :chat-user-info="chatUserInfo"/>
</el-aside> </el-aside>
</el-container> </el-container>
...@@ -747,6 +748,11 @@ export default { ...@@ -747,6 +748,11 @@ export default {
} }
} }
} }
.info-title {
font-weight: bold;
font-size: 18px;
}
} }
</style> </style>
...@@ -94,11 +94,12 @@ export default { ...@@ -94,11 +94,12 @@ export default {
.info-title { .info-title {
width: 90px; width: 90px;
text-align: end; text-align: end;
font-weight: bold; font-weight: 450;
} }
.info-content { .info-content {
flex: 1; flex: 1;
font-weight: 400;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment