修改批次框宽度

This commit is contained in:
闫晓茹 2022-08-26 13:52:20 +08:00
parent 0608173101
commit b4b2f6dcff
5 changed files with 18 additions and 18 deletions

View File

@ -82,7 +82,7 @@
<!-- // --> <!-- // -->
<el-dialog <el-dialog
width="500px" width="590px"
title="选择批次" title="选择批次"
:visible.sync="batchCodeshow" :visible.sync="batchCodeshow"
append-to-body append-to-body
@ -90,7 +90,7 @@
:before-close="batchCodecancel" :before-close="batchCodecancel"
> >
<el-table :data="testScorelist" align="center" style="margin-top: 0px"> <el-table :data="testScorelist" align="center" style="margin-top: 0px">
<el-table-column label="请选择" width="70" align="center"> <el-table-column label="请选择" width="100" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="primary" type="primary"
@ -110,13 +110,13 @@
<el-table-column <el-table-column
property="batchCode" property="batchCode"
label="批次编号" label="批次编号"
width="190" width="200"
align="center" align="center"
/> />
<el-table-column <el-table-column
property="batchName" property="batchName"
label="批次名称" label="批次名称"
width="190" width="200"
align="center" align="center"
/> />
</el-table> </el-table>

View File

@ -82,7 +82,7 @@
<!-- // --> <!-- // -->
<el-dialog <el-dialog
width="500px" width="590px"
title="选择批次" title="选择批次"
:visible.sync="batchCodeshow" :visible.sync="batchCodeshow"
append-to-body append-to-body
@ -90,7 +90,7 @@
:before-close="batchCodecancel" :before-close="batchCodecancel"
> >
<el-table :data="testScorelist" align="center" style="margin-top: 0px"> <el-table :data="testScorelist" align="center" style="margin-top: 0px">
<el-table-column label="请选择" width="70" align="center"> <el-table-column label="请选择" width="100" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="primary" type="primary"
@ -110,13 +110,13 @@
<el-table-column <el-table-column
property="batchCode" property="batchCode"
label="批次编号" label="批次编号"
width="190" width="200"
align="center" align="center"
/> />
<el-table-column <el-table-column
property="batchName" property="batchName"
label="批次名称" label="批次名称"
width="190" width="200"
align="center" align="center"
/> />
</el-table> </el-table>

View File

@ -82,7 +82,7 @@
<!-- // --> <!-- // -->
<el-dialog <el-dialog
width="500px" width="590px"
title="选择批次" title="选择批次"
:visible.sync="batchCodeshow" :visible.sync="batchCodeshow"
append-to-body append-to-body
@ -90,7 +90,7 @@
:before-close="batchCodecancel" :before-close="batchCodecancel"
> >
<el-table :data="testScorelist" align="center" style="margin-top: 0px"> <el-table :data="testScorelist" align="center" style="margin-top: 0px">
<el-table-column label="请选择" width="70" align="center"> <el-table-column label="请选择" width="100" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="primary" type="primary"
@ -110,13 +110,13 @@
<el-table-column <el-table-column
property="batchCode" property="batchCode"
label="批次编号" label="批次编号"
width="190" width="200"
align="center" align="center"
/> />
<el-table-column <el-table-column
property="batchName" property="batchName"
label="批次名称" label="批次名称"
width="190" width="200"
align="center" align="center"
/> />
</el-table> </el-table>

View File

@ -110,13 +110,13 @@
<el-table-column <el-table-column
property="batchCode" property="batchCode"
label="批次编号" label="批次编号"
width="220" width="200"
align="center" align="center"
/> />
<el-table-column <el-table-column
property="batchName" property="batchName"
label="批次名称" label="批次名称"
width="220" width="200"
align="center" align="center"
/> />
</el-table> </el-table>

View File

@ -82,7 +82,7 @@
<!-- // --> <!-- // -->
<el-dialog <el-dialog
width="500px" width="590px"
title="选择批次" title="选择批次"
:visible.sync="batchCodeshow" :visible.sync="batchCodeshow"
append-to-body append-to-body
@ -90,7 +90,7 @@
:before-close="batchCodecancel" :before-close="batchCodecancel"
> >
<el-table :data="testScorelist" align="center" style="margin-top: 0px"> <el-table :data="testScorelist" align="center" style="margin-top: 0px">
<el-table-column label="请选择" width="70" align="center"> <el-table-column label="请选择" width="100" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="primary" type="primary"
@ -110,13 +110,13 @@
<el-table-column <el-table-column
property="batchCode" property="batchCode"
label="批次编号" label="批次编号"
width="190" width="200"
align="center" align="center"
/> />
<el-table-column <el-table-column
property="batchName" property="batchName"
label="批次名称" label="批次名称"
width="190" width="200"
align="center" align="center"
/> />
</el-table> </el-table>