feat: 2.0发布

This commit is contained in:
Gsh
2025-10-15 23:43:59 +08:00
parent 2dae47e85c
commit c5c22224cf
8 changed files with 13 additions and 10 deletions

View File

@@ -466,8 +466,6 @@ onMounted(() => {
:deep(.el-table th) {
background-color: #f8fafc;
color: #333;
//background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
//color: white;
font-weight: 600;
font-size: 14px;
padding: 8px 0;
@@ -475,7 +473,6 @@ onMounted(() => {
}
:deep(.el-table th .cell) {
//color: white;
}
:deep(.el-table--striped .el-table__body tr.el-table__row--striped td) {