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:
2026-01-18 16:14:39 +08:00
parent 9d03c41b74
commit 3a85eb2aa2
7 changed files with 7 additions and 7 deletions

View File

@@ -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" />