调整结果总览页面样式与文案
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user