Skip to content

Commit 889900f

Browse files
fix: 修复部分样式
1 parent fb7fc28 commit 889900f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ui/src/views/chat/pc/index.vue

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</el-dropdown>
115115
</span>
116116
</div>
117-
<div class="right-height">
117+
<div class="right-height chat-width">
118118
<AiChat
119119
ref="AiChatRef"
120120
v-model:applicationDetails="applicationDetail"
@@ -466,4 +466,15 @@ onMounted(() => {
466466
}
467467
}
468468
}
469+
470+
.chat-width {
471+
max-width: 80%;
472+
margin: 0 auto;
473+
}
474+
@media only screen and (max-width: 1000px) {
475+
.chat-width {
476+
max-width: 100% !important;
477+
margin: 0 auto;
478+
}
479+
}
469480
</style>

0 commit comments

Comments
 (0)