diff --git a/ruoyi-admin/src/main/resources/templates/manage/order/add.html b/ruoyi-admin/src/main/resources/templates/manage/order/add.html index dd81353c..7317ef68 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/order/add.html +++ b/ruoyi-admin/src/main/resources/templates/manage/order/add.html @@ -287,6 +287,13 @@ }] }; $.table.init(options); + + parent.layer.style(parent.layer.index, { + width: '1100px', + height: '630px', + top: '30px', + left: '300px' + }); }); function addRow(row) { diff --git a/ruoyi-admin/src/main/resources/templates/manage/order/edit.html b/ruoyi-admin/src/main/resources/templates/manage/order/edit.html index 2b00786c..606ebb80 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/order/edit.html +++ b/ruoyi-admin/src/main/resources/templates/manage/order/edit.html @@ -321,6 +321,12 @@ $(function () { initTable([[${orderInfo.orderListList}]]) + parent.layer.style(parent.layer.index, { + width: '1100px', + height: '630px', + top: '30px', + left: '300px' + }); }); function downloadTem() { diff --git a/ruoyi-admin/src/main/resources/templates/manage/service/service.html b/ruoyi-admin/src/main/resources/templates/manage/service/service.html index 5b4c9bdf..1ef9c328 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/service/service.html +++ b/ruoyi-admin/src/main/resources/templates/manage/service/service.html @@ -133,11 +133,11 @@