guhongwei 5 년 전
부모
커밋
b1278eeb7b
6개의 변경된 파일14개의 추가작업 그리고 7개의 파일을 삭제
  1. 10 6
      src/iconfonts/iconfont.css
  2. BIN
      src/iconfonts/iconfont.eot
  3. 3 0
      src/iconfonts/iconfont.svg
  4. BIN
      src/iconfonts/iconfont.ttf
  5. BIN
      src/iconfonts/iconfont.woff
  6. 1 1
      src/views/home/classmenu.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 10 - 6
src/iconfonts/iconfont.css


BIN
src/iconfonts/iconfont.eot


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 0
src/iconfonts/iconfont.svg


BIN
src/iconfonts/iconfont.ttf


BIN
src/iconfonts/iconfont.woff


+ 1 - 1
src/views/home/classmenu.vue

@@ -40,7 +40,7 @@ export default {
       { name: '请假管理', icon: 'iconfont iconqingjia' },
       { name: '考勤管理', icon: 'iconfont iconkaoqin' },
       { name: '学生评分', icon: 'iconfont iconpingfenqia' },
-      { name: '学生作业', icon: 'iconfont iconchengji' },
+      { name: '学生作业', icon: 'iconfont iconxueshengzuoye' },
     ],
     topImage: require('@/assets/logo.png'),
   }),