style: 调整创建课程页面

This commit is contained in:
QDKF 2025-08-27 19:06:26 +08:00
parent be64951358
commit adf90b1390
5 changed files with 697 additions and 479 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -100,7 +100,7 @@ const courseList = ref([
// //
const navigateToCreateCourse = () => { const navigateToCreateCourse = () => {
// router.push('/teacher/course-create'); router.push('/teacher/course-create');
}; };
</script> </script>

File diff suppressed because it is too large Load Diff

View File

@ -232,7 +232,7 @@ const filteredFiles = computed(() => {
// //
const getFileIcon = (type: string) => { const getFileIcon = (type: string) => {
const iconMap: { [key: string]: string } = { const iconMap: { [key: string]: string } = {
folder: '/images/profile/folder.png', folder: '/images/teacher/folder.jpg',
excel: '/images/activity/xls.png', excel: '/images/activity/xls.png',
word: '/images/activity/wrod.png', word: '/images/activity/wrod.png',
pdf: '/images/activity/pdf.png', pdf: '/images/activity/pdf.png',