fix UI
This commit is contained in:
@@ -160,10 +160,9 @@ const columns: DataTableColumn<Submission["info"]["data"][number]>[] = [
|
|||||||
|
|
||||||
<!-- AI 提示区域 -->
|
<!-- AI 提示区域 -->
|
||||||
<template v-if="showAIHint">
|
<template v-if="showAIHint">
|
||||||
<n-divider />
|
<n-card size="small" style="margin-top: 12px; max-width: 480px">
|
||||||
<n-card size="small">
|
|
||||||
<template #header>
|
<template #header>
|
||||||
<span class="gradient-text">AI 提示</span>
|
<n-gradient-text type="warning">AI 提示</n-gradient-text>
|
||||||
</template>
|
</template>
|
||||||
<n-alert
|
<n-alert
|
||||||
v-if="hintError"
|
v-if="hintError"
|
||||||
|
|||||||
@@ -196,7 +196,7 @@ watch(
|
|||||||
placement="bottom-end"
|
placement="bottom-end"
|
||||||
scrollable
|
scrollable
|
||||||
:show-arrow="false"
|
:show-arrow="false"
|
||||||
style="max-height: 600px; width: min(480px, 90vw)"
|
style="max-height: 600px;"
|
||||||
:show="showResult"
|
:show="showResult"
|
||||||
@clickoutside="showResult = false"
|
@clickoutside="showResult = false"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user