style(views/feed): 固定表头
+ 为每一个模块的`el-table`添加`height`属性使其表头固定
+ [参考](https://element-plus.org/zh-CN/component/table#%E5%9B%BA%E5%AE%9A%E8%A1%A8%E5%A4%B4)
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
|
||||
<el-table v-loading="loading" :data="outList" @selection-change="handleSelectionChange"
|
||||
<el-table v-loading="loading" height="1000px" :data="outList" @selection-change="handleSelectionChange"
|
||||
@sort-change="handleSortChange" ref="tableRef">
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="序号" align="center" prop="stockOutCode" />
|
||||
|
||||
Reference in New Issue
Block a user