调整单据页面全屏的样式

This commit is contained in:
季圣华
2022-12-12 23:09:10 +08:00
parent d5d0a0b41f
commit 0bb9445ecd
12 changed files with 27 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<div ref="container">
<a-modal
:title="title"
:width="1250"
:width="1200"
:visible="visible"
:getContainer="() => $refs.container"
:maskStyle="{'top':'89px','left':'151px'}"
@@ -79,8 +79,8 @@
{ title: '条码', dataIndex: 'barCode', width: 100},
{ title: '名称', dataIndex: 'materialName', width: 200},
{ title: '仓库名称', dataIndex: 'depotName', width: 80},
{ title: '数量', dataIndex: 'basicNumber', width: 80},
{ title: '日期', dataIndex: 'operTime', width: 100}
{ title: '数量', dataIndex: 'basicNumber', width: 70},
{ title: '日期', dataIndex: 'operTime', width: 110}
],
labelCol: {
xs: { span: 1 },