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

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

@@ -68,8 +68,7 @@ export default {
<style lang="scss" scoped>
.preliminary-check-container {
min-height: 400px;
padding: 16px 0 24px;
background: #f3f6fb;
padding: 0 0 24px;
}
.preliminary-check-state {
@@ -78,7 +77,7 @@ export default {
.state-card {
padding: 32px 24px;
border-radius: 16px;
border-radius: 0;
background: #fff;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}