|
@@ -203,8 +203,8 @@
|
|
|
</p>
|
|
|
<div class="index_memoranduMailnav">
|
|
|
<div class="tab_tol">
|
|
|
- <el-table stripe v-loading="loading" :data="postList.rows" @selection-change="handleSelectionChange">
|
|
|
- <el-table-column :label="item.columnComment" align="center" :prop="item.columnName" v-for="(item,index) in postList.tableHeadList" :key="index" />
|
|
|
+ <el-table stripe v-loading="loading" :data="postList.rows" @selection-change="handleSelectionChange">
|
|
|
+ <el-table-column :label="item.columnComment" align="left" :prop="item.columnName" v-for="(item,index) in postList.tableHeadList" :key="index" />
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<div class="index_haderPagin index_haderPaginfoiu">
|
|
@@ -1119,7 +1119,7 @@ export default {
|
|
|
height: 368px;
|
|
|
overflow-y: hidden;
|
|
|
// p{
|
|
|
-
|
|
|
+
|
|
|
// }
|
|
|
}
|
|
|
.index_haderPagin{
|