mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: 对话框宽度自适应
This commit is contained in:
parent
8be52ac966
commit
2fe85bef5e
|
|
@ -1095,7 +1095,7 @@ defineExpose({
|
|||
}
|
||||
|
||||
.chat-width {
|
||||
max-width: var(--app-chat-width, 860px);
|
||||
max-width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ onMounted(() => {
|
|||
}
|
||||
}
|
||||
.chat-width {
|
||||
max-width: var(--app-chat-width, 860px);
|
||||
max-width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue