Ver código fonte

营期列表样式优化

yjwang 2 dias atrás
pai
commit
ab7f14a5f5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/course/userCoursePeriod/index.vue

+ 1 - 1
src/views/course/userCoursePeriod/index.vue

@@ -170,7 +170,7 @@
           <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
         </el-row>
 
-        <el-table v-loading="loading" :data="periodList" @selection-change="handleSelectionChange" border>
+        <el-table v-loading="loading" :data="periodList" height="100px" @selection-change="handleSelectionChange" border>
           <el-table-column type="selection" width="55" align="center" />
           <el-table-column label="营期名称" align="center" prop="periodName" />
           <el-table-column label="公司名称" align="center" prop="companyName" />