This commit is contained in:
lpf
2026-03-09 20:21:22 +08:00
parent 0b9192132f
commit 938e762c6b
22 changed files with 558 additions and 169 deletions

View File

@@ -598,7 +598,7 @@ const Config: React.FC = () => {
</div>
{showDiff && (
<div className="fixed inset-0 z-50 bg-black/60 flex items-center justify-center p-4">
<div className="ui-overlay-strong fixed inset-0 z-50 flex items-center justify-center p-4">
<div className="w-full max-w-4xl max-h-[85vh] brand-card border border-zinc-800 rounded-[30px] overflow-hidden flex flex-col">
<div className="px-4 py-3 border-b border-zinc-800 flex items-center justify-between">
<div className="font-semibold">{t('configDiffPreviewCount', { count: diffRows.length })}</div>