完成结果总览卡片结构合并实现
This commit is contained in:
@@ -19,13 +19,12 @@ const detail = read("RiskDetailSection.vue");
|
||||
const entry = read("PreliminaryCheck.vue");
|
||||
|
||||
[
|
||||
[overview, ".section-card", "border-radius: 0;"],
|
||||
[overview, ".stats-card", "border-radius: 0;"],
|
||||
[people, ".section-card", "border-radius: 0;"],
|
||||
[model, ".section-card", "border-radius: 0;"],
|
||||
[model, ".model-card", "border-radius: 0;"],
|
||||
[detail, ".section-card", "border-radius: 0;"],
|
||||
[entry, ".state-card", "border-radius: 0;"],
|
||||
[entry, ".risk-overview-card", "border-radius: 0;"],
|
||||
].forEach(([source, selector, token]) => {
|
||||
assert(source.includes(selector), `缺少选择器: ${selector}`);
|
||||
assert(source.includes(token), `卡片应使用直角: ${selector}`);
|
||||
|
||||
Reference in New Issue
Block a user