|
@@ -66,7 +66,7 @@
|
|
|
:data-source="syShippingDetailsItemList"
|
|
|
:loading="loading"
|
|
|
:pagination="ipagination"
|
|
|
- :scroll="{ x: 2800,y:400 }"
|
|
|
+ :scroll="{ x: 2800,y:300 }"
|
|
|
@change="handleTableChange"
|
|
|
>
|
|
|
<!-- 款号 输入框 :rules="rules.itemNumber" -->
|
|
@@ -200,8 +200,8 @@
|
|
|
padding: '0px 0px',
|
|
|
background: '#fff',
|
|
|
textAlign: 'right',
|
|
|
- zIndex: 1
|
|
|
- }"
|
|
|
+ zIndex: 999
|
|
|
+ }"
|
|
|
>
|
|
|
<a-popconfirm title="确定放弃编辑?" @confirm="handleCancel" okText="确定" cancelText="取消">
|
|
|
<a-button :style="{ marginRight: '8px' }">取消</a-button>
|