Browse Source

Merge branch 'master' of http://git.cc-lotus.info/new_train/frame

lrf402788946 4 years ago
parent
commit
d39634c6e1
2 changed files with 5 additions and 5 deletions
  1. 2 2
      config/menu-config.js
  2. 3 3
      parts/print/certCard.vue

+ 2 - 2
config/menu-config.js

@@ -82,7 +82,7 @@ const teacher = [
   {
     path: '',
     name: '班级管理',
-    module: 'teacher',
+    module: 'teacher|director',
     children: [
       {
         path: '/lesson/index',
@@ -92,7 +92,7 @@ const teacher = [
       {
         path: '/task/index',
         name: '作业管理',
-        module: 'teacher',
+        module: 'teacher|director',
       },
       {
         path: '/class/classStuList',

+ 3 - 3
parts/print/certCard.vue

@@ -230,14 +230,14 @@ export default {
       .two2 {
         font-size: 20px;
         display: inline-block;
-        width: 150px;
+        width: 220px;
         font-weight: bold;
         font-family: Arial;
       }
       .two3 {
         font-size: 18px;
         display: inline-block;
-        width: 70px;
+        width: 40px;
         font-weight: bold;
         font-family: Arial;
       }
@@ -246,7 +246,7 @@ export default {
       .two4 {
         font-size: 20px;
         display: inline-block;
-        width: 90px;
+        width: 65px;
         font-weight: bold;
         font-family: Arial;
       }