fix: 表格样式统一修改。

This commit is contained in:
tianyongbao
2024-04-29 15:06:24 +08:00
parent c4e5781280
commit d149dec61f
38 changed files with 1832 additions and 2304 deletions

View File

@@ -35,7 +35,7 @@
</div>
</div>
<div class="content-con" v-loading="loading">
<el-table v-loading="loading" :data="jobList" @selection-change="handleSelectionChange" stripe height="calc(100% - 0.64rem)">
<el-table v-loading="loading" :data="jobList" @selection-change="handleSelectionChange" stripe height="calc(100% - 0.62rem)">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="任务编号" width="100" align="center" prop="jobId" />
<el-table-column label="任务名称" align="center" prop="jobName" :show-overflow-tooltip="true" />