Преглед изворни кода

Merge branch '04/19replaceMusic' into test

lex-xin пре 4 година
родитељ
комит
e8cf2c146c
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      src/views/studentManager/components/studentVip.vue

+ 1 - 3
src/views/studentManager/components/studentVip.vue

@@ -110,12 +110,11 @@
       />
       />
 
 
       <el-dialog :title="dialogTitle" :visible.sync="dialogTableVisible">
       <el-dialog :title="dialogTitle" :visible.sync="dialogTableVisible">
-        <el-table :data="gridData">
+        <el-table :data="gridData" :header-cell-style="{ background: '#EDEEF0', color: '#444' }">
           <el-table-column
           <el-table-column
             prop="courseDate"
             prop="courseDate"
             label="时间"
             label="时间"
             align="center"
             align="center"
-            width="150"
           >
           >
             <template slot-scope="scope">{{
             <template slot-scope="scope">{{
               scope.row.courseDate | dateForMinFormat
               scope.row.courseDate | dateForMinFormat
@@ -125,7 +124,6 @@
             prop="classGroupName"
             prop="classGroupName"
             label="课程名称"
             label="课程名称"
             align="center"
             align="center"
-            width="200"
           ></el-table-column>
           ></el-table-column>
           <el-table-column label="课程类型" align="center">
           <el-table-column label="课程类型" align="center">
             <template slot-scope="scope">{{
             <template slot-scope="scope">{{