add:教师端新增删除课程,增加并更换footer-brief模板

This commit is contained in:
2025-12-25 15:52:29 +08:00
parent f3c30a80a3
commit 68493d6a62
8 changed files with 120 additions and 22 deletions

View File

@@ -485,6 +485,20 @@ label[for="course-description"] {
cursor: pointer;
}
.delete-course-btn {
background-color: #e74c3c;
color: white;
padding: 10px;
border-radius: 5px;
cursor: pointer;
width: 100%;
margin-top: 10px;
}
.delete-course-btn:hover {
background-color: #c0392b;
}
/* 编辑弹窗 */
.edit-modal {
display: none;