From 0dc9c04251ad251f9fb55a12c559e2a850cb385f Mon Sep 17 00:00:00 2001 From: gangbaruby <40230962+gangbaRuby@users.noreply.github.com> Date: Tue, 11 Aug 2026 01:54:04 +0800 Subject: [PATCH] =?UTF-8?q?style(panel):=20=E9=A5=B1=E5=92=8C=E5=BA=A6?= =?UTF-8?q?=E8=A1=A8=E6=A1=8C=E9=9D=A2=E7=AB=AF=E4=BF=9D=E6=8C=81=E7=B4=A7?= =?UTF-8?q?=E5=87=91=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5a52e26..44af82e 100644 --- a/src/index.js +++ b/src/index.js @@ -1576,7 +1576,7 @@ import { registerExportInfo, downloadExportData } from './core/exportInfo.js'; // 1. 创建容器 saturationTableElement = document.createElement("div"); saturationTableElement.style.cssText = ` - position:fixed; left:10px; right:10px; top:50px; z-index:9998; box-sizing:border-box; + position:fixed; left:10px; top:50px; z-index:9998; box-sizing:border-box; background:${d ? '#2c2c2c' : '#fff'}; color:${d ? '#fff' : '#333'}; padding:${containerPadding}px; border-radius:8px; max-height:${containerMaxHeight}; overflow:auto; width:auto; max-width: calc(100vw - 20px);