fix UI
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-05-08 21:12:58 -06:00
parent a55e423c0a
commit 3a1bf09a6a
2 changed files with 3 additions and 4 deletions

View File

@@ -160,10 +160,9 @@ const columns: DataTableColumn<Submission["info"]["data"][number]>[] = [
<!-- AI 提示区域 -->
<template v-if="showAIHint">
<n-divider />
<n-card size="small">
<n-card size="small" style="margin-top: 12px; max-width: 480px">
<template #header>
<span class="gradient-text">AI 提示</span>
<n-gradient-text type="warning">AI 提示</n-gradient-text>
</template>
<n-alert
v-if="hintError"

View File

@@ -196,7 +196,7 @@ watch(
placement="bottom-end"
scrollable
:show-arrow="false"
style="max-height: 600px; width: min(480px, 90vw)"
style="max-height: 600px;"
:show="showResult"
@clickoutside="showResult = false"
>