调整结果总览页面样式与文案

This commit is contained in:
wkc
2026-03-19 11:02:16 +08:00
parent a508977472
commit 42847ffdba
13 changed files with 116 additions and 15 deletions

View File

@@ -112,7 +112,7 @@ export default {
.section-card {
padding: 20px;
border-radius: 16px;
border-radius: 0;
background: #fff;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
@@ -149,7 +149,7 @@ export default {
.model-card {
padding: 18px;
border: 1px solid #e2e8f0;
border-radius: 14px;
border-radius: 0;
background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}