fix: 修复部分样式

This commit is contained in:
wangdan-fit2cloud 2024-11-13 12:59:03 +08:00 committed by wangdan-fit2cloud
parent fb7fc28d84
commit 889900fbab

View File

@ -114,7 +114,7 @@
</el-dropdown> </el-dropdown>
</span> </span>
</div> </div>
<div class="right-height"> <div class="right-height chat-width">
<AiChat <AiChat
ref="AiChatRef" ref="AiChatRef"
v-model:applicationDetails="applicationDetail" v-model:applicationDetails="applicationDetail"
@ -466,4 +466,15 @@ onMounted(() => {
} }
} }
} }
.chat-width {
max-width: 80%;
margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
.chat-width {
max-width: 100% !important;
margin: 0 auto;
}
}
</style> </style>