master
suixy 2 months ago
parent 66ce707500
commit 4977f00ef4

@ -36,7 +36,10 @@
v-model="selectedModelId"
placeholder="选择AI模型"
size="small"
popper-class="topIndex"
style="width: 120px"
:teleported="true"
append-to="body"
:disabled="aiThinking"
>
<el-option
@ -1743,5 +1746,11 @@ function toggleSize() {
.recording-btn.recording {
color: #f56c6c;
}
</style>
</style>
<style>
.topIndex {
z-index: 99999999999999999999999 !important;
}
</style>

Loading…
Cancel
Save