统一项目分析弹窗圆角样式

This commit is contained in:
wkc
2026-05-06 17:03:55 +08:00
parent 266108ac06
commit 6f6f2d264c
7 changed files with 158 additions and 75 deletions

View File

@@ -34,18 +34,20 @@ const mockSource = fs.readFileSync(
"detailLoading",
"detailError",
"handleRetryDetail()",
"border: 1px solid #dde3ec",
"background: #f5f6f8",
"font-size: 30px",
"background: #f5f7fb",
"border: 1px solid #dbe4ef",
"border-radius: 8px",
].forEach((token) => assert(dialog.includes(token), token));
[
'width="92%"',
'width="88%"',
'top="2vh"',
"project-analysis-header__main",
"project-analysis-header__meta",
"border-left: 1px solid #dde3ec",
"padding: 36px",
"project-analysis-layout__main",
"flex: 0 0 286px",
"project-analysis-workspace--sidebar-collapsed",
"border-radius: 6px",
].forEach((token) => assert(dialog.includes(token), token));
[
@@ -56,7 +58,8 @@ const mockSource = fs.readFileSync(
"overflow-y: auto",
"max-height: calc(90vh - 120px)",
"border-radius: 24px",
"background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)",
"border-radius: 20px",
"letter-spacing: 0.08em",
].forEach((token) => assert(!dialog.includes(token), token));
[