|
@@ -242,7 +242,7 @@
|
|
|
:data-source="addBookData"
|
|
|
:loading="loading"
|
|
|
:pagination="ipagination"
|
|
|
- :scroll="{ x: 1500,y: 400 }"
|
|
|
+ :scroll="{ x: 1500,y: 350 }"
|
|
|
@change="handleTableChange"
|
|
|
>
|
|
|
<!-- 集装箱代号 输入框 -->
|
|
@@ -350,7 +350,7 @@
|
|
|
padding: '10px 16px',
|
|
|
background: '#fff',
|
|
|
textAlign: 'right',
|
|
|
- zIndex: 1
|
|
|
+ zIndex: 999
|
|
|
}"
|
|
|
>
|
|
|
<a-popconfirm title="确定放弃新增?" @confirm="handleCancel" okText="确定" cancelText="取消">
|