|
@@ -167,12 +167,12 @@
|
|
|
append-to-body
|
|
|
class="el-dialogDeep"
|
|
|
:visible.sync="dialogVisible"
|
|
|
- width="60%"
|
|
|
+ width="80%"
|
|
|
+ top="5vh"
|
|
|
:close-on-click-modal="false"
|
|
|
:destroy-on-close="true"
|
|
|
:close-on-press-escape="false"
|
|
|
@close="closeGoods"
|
|
|
- top="10vh"
|
|
|
v-dialogdrag
|
|
|
>
|
|
|
<span>
|
|
@@ -487,9 +487,9 @@ export default {
|
|
|
this.page.total = data.total;
|
|
|
this.goodsList = data.records;
|
|
|
if (this.page.total) {
|
|
|
- this.goodsOption.height = window.innerHeight - 550;
|
|
|
+ this.goodsOption.height = window.innerHeight - 280;
|
|
|
} else {
|
|
|
- this.goodsOption.height = window.innerHeight - 475;
|
|
|
+ this.goodsOption.height = window.innerHeight - 280;
|
|
|
}
|
|
|
})
|
|
|
.finally(() => {
|