style(screener): 策略设置对话框加宽 980px → 1200px

This commit is contained in:
shy3130
2026-09-07 15:26:00 +08:00
parent f03bc38a16
commit cd1cff0089
@@ -353,7 +353,7 @@ export function StrategySettingsDialog({ strategyId, onClose, onSaved, onAiModif
onClose={onClose}
labelledBy="strategy-settings-title"
overlayClassName="fixed inset-0 z-50 flex items-center justify-center bg-black/40 backdrop-blur-sm"
panelClassName="w-[980px] max-h-[88vh] bg-surface/95 backdrop-blur-xl border border-border/50 rounded-2xl shadow-2xl flex flex-col overflow-hidden"
panelClassName="w-[1200px] max-w-[95vw] max-h-[88vh] bg-surface/95 backdrop-blur-xl border border-border/50 rounded-2xl shadow-2xl flex flex-col overflow-hidden"
>
{/* 标题 */}
<div className="flex items-center justify-between px-5 py-3 border-b border-border/50">