修改表格抖动

master
夜笙歌 1 month ago
parent 51cd51f4df
commit 164975af1e

@ -7,6 +7,12 @@
position: relative;
}
.main-container::-webkit-scrollbar {
display: none !important;
height: 0 !important;
width: 0 !important;
}
.sidebarHide {
margin-left: 0 !important;
}

@ -60,8 +60,8 @@ export default {
}
::-webkit-scrollbar {
width: 16px;
height: 16px;
//width: 16px;
//height: 16px;
}
::-webkit-scrollbar-track {

@ -120,7 +120,8 @@
</el-form>
<el-table v-loading="loading" :data="rawoutstockList" @selection-change="handleSelectionChange">
<el-table height="500" max-height="500" v-loading="loading" :data="rawoutstockList"
@selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center"/>
<el-table-column label="任务编号" align="center" prop="taskCode"/>
<el-table-column label="仓库名称" align="center" prop="warehouseName"/>
@ -161,14 +162,16 @@
@click="handleAudit(scope.row)"
v-hasPermi="['wms:rawoutstock:edit']"
v-if="scope.row.auditStatus=='0'"
>审核</el-button>
>审核
</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-info"
@click="handleDetail(scope.row)"
v-hasPermi="['wms:rawoutstock:edit']"
>详情</el-button>
>详情
</el-button>
</template>
</el-table-column>
</el-table>

@ -66,7 +66,8 @@
</el-form>
<el-table v-loading="loading" :data="rawoutstockList" @selection-change="handleSelectionChange">
<el-table height="500" max-height="500" v-loading="loading" :data="rawoutstockList"
@selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center"/>
<el-table-column label="任务编号" align="center" prop="taskCode"/>
<el-table-column label="仓库名称" align="center" prop="warehouseName"/>
@ -98,7 +99,8 @@
@click="handleAudit(scope.row)"
v-hasPermi="['wms:rawoutstock:audit:query']"
v-if="scope.row.auditStatus=='0'"
>审核</el-button>
>审核
</el-button>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save