Commit 8f12f508 authored by yaya's avatar yaya

feat: UI优化

parent 500dc43a
......@@ -76,6 +76,7 @@
</div>
</el-main>
<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"/>
</el-aside>
</el-container>
......@@ -747,6 +748,11 @@ export default {
}
}
}
.info-title {
font-weight: bold;
font-size: 18px;
}
}
</style>
......@@ -94,11 +94,12 @@ export default {
.info-title {
width: 90px;
text-align: end;
font-weight: bold;
font-weight: 450;
}
.info-content {
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