|
@@ -157,13 +157,13 @@
|
|
|
row-selection
|
|
|
drag-sort
|
|
|
keep-source
|
|
|
- :height="300"
|
|
|
+ :height="350"
|
|
|
:loading="loading"
|
|
|
:dataSource="clothesAddData"
|
|
|
:columns="clothesAddColumns"
|
|
|
:alwaysEdit=true
|
|
|
:bordered=true
|
|
|
- :scroll="{ x: 1500,y: 400 }"
|
|
|
+ :scroll="{ x: 1500,y: 350 }"
|
|
|
style="margin-top: 5px;"
|
|
|
:toolbarConfig="toolbarConfig"
|
|
|
@valueChange="handleValueChange"
|
|
@@ -193,7 +193,7 @@
|
|
|
padding: '10px 16px',
|
|
|
background: '#fff',
|
|
|
textAlign: 'right',
|
|
|
- zIndex: 1
|
|
|
+ zIndex: 999
|
|
|
}"
|
|
|
>
|
|
|
<a-popconfirm title="确定放弃新增?" @confirm="handleCancel" okText="确定" cancelText="取消">
|