更新大小
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<!-- <div class="title">{{ title }}</div> -->
|
||||
<el-table height="600" :data="dataList" v-loading="loading" ref="tableRef" @mouseover.native="clearScroll" @mouseleave.native="createScroll">
|
||||
<el-table height="700" :data="dataList" v-loading="loading" ref="tableRef" @mouseover.native="clearScroll" @mouseleave.native="createScroll">
|
||||
<el-table-column align="center" type="index" width="60" label="序号" />
|
||||
<el-table-column align="center" width="140" prop="orderNoMes" label="订单号" />
|
||||
<el-table-column align="center" width="140" prop="materialName" label="物料名称" />
|
||||
@@ -124,7 +124,7 @@ onUnmounted(() => {
|
||||
margin: 10px;
|
||||
height: 40px;
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user