完善评查详情

This commit is contained in:
2025-04-18 15:41:43 +08:00
parent 119f9197b2
commit 01d93522b8
25 changed files with 1731 additions and 511 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
/* 仪表盘容器 */
.dashboard-container {
@apply p-5;
@apply p-2;
}
/* 统计卡片 */
+17 -1
View File
@@ -11,6 +11,10 @@
--bg-gray: #f5f5f5;
}
.container {
width: 100%;
}
/* 文件信息和操作按钮区域 */
.file-info-header {
margin-bottom: 16px;
@@ -391,4 +395,16 @@
.info-value {
flex: 1;
}
}
.text-success {
color: #52c41a;
}
@media (max-width: 768px) {
.container {
width: 100%;
}
}