更新个人课程样式
This commit is contained in:
parent
e7d4e380e6
commit
c7256a78c8
1
dist/css/app.a76663bd.css
vendored
1
dist/css/app.a76663bd.css
vendored
File diff suppressed because one or more lines are too long
1
dist/css/app.ea7f4455.css
vendored
Normal file
1
dist/css/app.ea7f4455.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站课程评分系统 - v1.1</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.eca6b1f2.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.a76663bd.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but myproject doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站课程评分系统 - v1.1</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.d80a75c0.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.ea7f4455.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but myproject doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
2
dist/js/app.d80a75c0.js
vendored
Normal file
2
dist/js/app.d80a75c0.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/app.eca6b1f2.js
vendored
2
dist/js/app.eca6b1f2.js
vendored
File diff suppressed because one or more lines are too long
@ -502,6 +502,12 @@ async submitCourse() {
|
||||
overflow-y: auto; /* 当内容超过最大高度时允许垂直滚动 */
|
||||
}
|
||||
|
||||
.course-table thead {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.course-table th, .course-table td {
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #ddd; /* 只保留水平线 */
|
||||
@ -511,6 +517,11 @@ async submitCourse() {
|
||||
.course-table th {
|
||||
background-color: #f1f1f1;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
text-align: left;
|
||||
/* 确保表头背景色完全不透明 */
|
||||
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.course-table tr:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user