perf: 对话框宽度自适应

This commit is contained in:
wangdan-fit2cloud 2024-09-25 18:20:02 +08:00
parent 8be52ac966
commit 2fe85bef5e
3 changed files with 3 additions and 3 deletions

View File

@ -1095,7 +1095,7 @@ defineExpose({
}
.chat-width {
max-width: var(--app-chat-width, 860px);
max-width: 80%;
margin: 0 auto;
}
</style>

View File

@ -120,7 +120,7 @@ onMounted(() => {
}
}
.chat-width {
max-width: var(--app-chat-width, 860px);
max-width: 80%;
margin: 0 auto;
}
}

View File

@ -105,7 +105,7 @@
v-model:currentContent="currentContent"
:pre_disable="pre_disable"
:next_disable="next_disable"
@refresh="refresh"
@refresh="refreshRelate"
/>
<RelateProblemDialog ref="RelateProblemDialogRef" @refresh="refreshRelate" />
</LayoutContainer>