瀏覽代碼

6.21页面样式修改

name 6 年之前
父節點
當前提交
b89288b321
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/pages/Login.vue
  2. 2 2
      src/pages/super/CheckTeacherAudit.vue

+ 1 - 1
src/pages/Login.vue

@@ -94,7 +94,7 @@ body {
 .bodyImg{
    background-image: url(../assets/img/Land_bg.png);
   background-size: 100% auto;
-  min-height: 1024px!important;
+  height: 1024px!important;
 }
 .container {
     max-height: 70%;

+ 2 - 2
src/pages/super/CheckTeacherAudit.vue

@@ -56,7 +56,7 @@
             prop=""
             label="可批改时间"
             header-align="center"
-            width="450"
+            width="445"
           >
             <template slot-scope="scope">
                   <div>
@@ -306,7 +306,7 @@
             var arr = [];
             arr = res[i].period.split(',')
             d.push( {
-              gradeList: this.gradeBag(i),
+              gradeList: res[i].grade.split(','),
               periodList: arr,
               imgUrl: res[i].imgUrl,
               name: res[i].name,