Main #1

Merged
zhaichao merged 47 commits from zhaichao/education:main into main 2026-08-24 03:07:45 +00:00
2 changed files with 12 additions and 9 deletions
Showing only changes of commit cc623d5fdb - Show all commits
+5 -2
View File
@@ -1,4 +1,4 @@
/** /**
* 通用css样式布局处理 * 通用css样式布局处理
* Copyright (c) 2019 roomroot * Copyright (c) 2019 roomroot
*/ */
@@ -93,13 +93,16 @@
} }
.el-table { .el-table {
.el-table__header-wrapper, .el-table__fixed-header-wrapper {
th { th {
word-break: break-word; word-break: break-word;
background-color: #f8f8f9; background-color: #f8f8f9;
color: #515a6e; color: #515a6e;
height: 40px; height: 40px;
font-size: 13px; font-size: 13px;
text-align: center;
.cell {
text-align: center;
} }
} }
+1 -1
View File
@@ -434,7 +434,7 @@ export default {
th { th {
padding: 10px 20px; padding: 10px 20px;
text-align: left; text-align: center;
font-weight: 600; font-weight: 600;
color: var(--edu-green-dark); color: var(--edu-green-dark);
border-bottom: 1px solid rgba(0, 135, 90, 0.1); border-bottom: 1px solid rgba(0, 135, 90, 0.1);