统一项目分析弹窗圆角样式
This commit is contained in:
@@ -45,8 +45,8 @@ assert(!dialog.includes("project-analysis-layout__main-scroll"), "主区不应
|
||||
':page-size="statementPageSize"',
|
||||
'@current-change="handleStatementPageChange(group, $event)"',
|
||||
"交易时间",
|
||||
"本方账户",
|
||||
"对方账户",
|
||||
"本方信息",
|
||||
"对方信息",
|
||||
"摘要/交易类型",
|
||||
"异常标签",
|
||||
"交易金额",
|
||||
@@ -57,8 +57,11 @@ assert(!dialog.includes("project-analysis-layout__main-scroll"), "主区不应
|
||||
"summary",
|
||||
"extraFields",
|
||||
"grid-template-columns: minmax(0, 1fr)",
|
||||
"border-radius: 6px",
|
||||
].forEach((token) => assert(abnormalTab.includes(token), token));
|
||||
|
||||
assert(!abnormalTab.includes("border-radius: 12px"), "异常明细内部不应继续使用独立 12px 圆角");
|
||||
|
||||
[
|
||||
"placeholder-panel",
|
||||
"placeholder-panel__title",
|
||||
|
||||
Reference in New Issue
Block a user