perf: 对话框宽度自适应
This commit is contained in:
parent
8be52ac966
commit
2fe85bef5e
@ -1095,7 +1095,7 @@ defineExpose({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-width {
|
.chat-width {
|
||||||
max-width: var(--app-chat-width, 860px);
|
max-width: 80%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -120,7 +120,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.chat-width {
|
.chat-width {
|
||||||
max-width: var(--app-chat-width, 860px);
|
max-width: 80%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -105,7 +105,7 @@
|
|||||||
v-model:currentContent="currentContent"
|
v-model:currentContent="currentContent"
|
||||||
:pre_disable="pre_disable"
|
:pre_disable="pre_disable"
|
||||||
:next_disable="next_disable"
|
:next_disable="next_disable"
|
||||||
@refresh="refresh"
|
@refresh="refreshRelate"
|
||||||
/>
|
/>
|
||||||
<RelateProblemDialog ref="RelateProblemDialogRef" @refresh="refreshRelate" />
|
<RelateProblemDialog ref="RelateProblemDialogRef" @refresh="refreshRelate" />
|
||||||
</LayoutContainer>
|
</LayoutContainer>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user