diff --git a/reading-platform-frontend/src/views/teacher/schedule/ScheduleView.vue b/reading-platform-frontend/src/views/teacher/schedule/ScheduleView.vue
index 5c0ec7a..45a0a63 100644
--- a/reading-platform-frontend/src/views/teacher/schedule/ScheduleView.vue
+++ b/reading-platform-frontend/src/views/teacher/schedule/ScheduleView.vue
@@ -94,7 +94,7 @@
@@ -136,7 +136,7 @@
学校排课
- 自主预约
+ 自主预约
@@ -480,7 +480,7 @@ onMounted(() => {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: all 0.3s;
- border-left: 3px solid #722ed1;
+ border-left: 3px solid #FF8C42;
&:hover {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
diff --git a/reading-platform-frontend/src/views/teacher/schedule/components/TeacherCreateScheduleModal.vue b/reading-platform-frontend/src/views/teacher/schedule/components/TeacherCreateScheduleModal.vue
index 8525fb4..bd6cfe5 100644
--- a/reading-platform-frontend/src/views/teacher/schedule/components/TeacherCreateScheduleModal.vue
+++ b/reading-platform-frontend/src/views/teacher/schedule/components/TeacherCreateScheduleModal.vue
@@ -723,7 +723,7 @@ defineExpose({ open, openWithPreset });
.collections-grid {
.collection-card {
- .package-count { color: #722ed1; }
+ .package-count { color: #FF8C42; }
}
}
@@ -743,19 +743,19 @@ defineExpose({ open, openWithPreset });
&:hover { border-color: #BDBDBD; }
&.active {
- border-color: #722ed1;
- background: #f9f0ff;
+ border-color: #FF8C42;
+ background: #FFF0E6;
}
.package-name { font-weight: 500; color: #2D3436; margin-bottom: 4px; }
.package-grade { font-size: 12px; color: #999; margin-bottom: 2px; }
- .package-count { font-size: 11px; color: #722ed1; }
+ .package-count { font-size: 11px; color: #FF8C42; }
}
.schedule-ref-card {
margin-top: 24px;
padding: 16px;
- background: #f9f0ff;
+ background: #FFF8F0;
border-radius: 8px;
.ref-header {
@@ -765,7 +765,7 @@ defineExpose({ open, openWithPreset });
margin-bottom: 12px;
.ref-icon {
- color: #722ed1;
+ color: #FF8C42;
}
.ref-title {
@@ -829,8 +829,8 @@ defineExpose({ open, openWithPreset });
&:hover { border-color: #BDBDBD; }
&.active {
- border-color: #722ed1;
- background: #f9f0ff;
+ border-color: #FF8C42;
+ background: #FFF0E6;
}
.class-name { font-weight: 500; color: #2D3436; margin-bottom: 4px; }
@@ -851,7 +851,7 @@ defineExpose({ open, openWithPreset });
div { margin-bottom: 4px; }
div:last-child { margin-bottom: 0; }
- strong { color: #722ed1; }
+ strong { color: #FF8C42; }
}
.modal-footer {