소스 검색

修改样式

lex-xin 4 년 전
부모
커밋
0189a8473f
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-table :data="gridData">
+        <el-table :data="gridData" :header-cell-style="{ background: '#EDEEF0', color: '#444' }">
           <el-table-column
             prop="courseDate"
             label="时间"
             align="center"
-            width="150"
           >
             <template slot-scope="scope">{{
               scope.row.courseDate | dateForMinFormat
@@ -125,7 +124,6 @@
             prop="classGroupName"
             label="课程名称"
             align="center"
-            width="200"
           ></el-table-column>
           <el-table-column label="课程类型" align="center">
             <template slot-scope="scope">{{