style: 调整创建课程页面
This commit is contained in:
parent
be64951358
commit
adf90b1390
BIN
public/images/teacher/folder.jpg
Normal file
BIN
public/images/teacher/folder.jpg
Normal file
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 |
@ -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
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user