|
@@ -186,7 +186,7 @@
|
|
|
</a-card>
|
|
|
|
|
|
<!--操作按钮区域 参照预装箱单 増行-->
|
|
|
- <a-card :bordered="true" style="marginTop:10px;">
|
|
|
+ <a-card :bordered="true" style="margin:10px 0 60px 0;">
|
|
|
|
|
|
|
|
|
<!-- table-->
|
|
@@ -199,7 +199,7 @@
|
|
|
row-selection
|
|
|
drag-sort
|
|
|
keep-source
|
|
|
- :height="400"
|
|
|
+ :height="350"
|
|
|
:loading="loading"
|
|
|
:dataSource="addPreBook.syLetterDepositItemList"
|
|
|
:columns="addPerBookColumns"
|
|
@@ -235,7 +235,7 @@
|
|
|
padding: '10px 16px',
|
|
|
background: '#fff',
|
|
|
textAlign: 'right',
|
|
|
- zIndex: 1
|
|
|
+ zIndex: 999
|
|
|
}"
|
|
|
>
|
|
|
<a-popconfirm title="确定放弃新增?" @confirm="handleCancel" okText="确定" cancelText="取消">
|