From 6601efd83f17ab1c38cf5e8bb1ebedcf5efef416 Mon Sep 17 00:00:00 2001 From: wangjiuyun <1595161655@qq.com> Date: Thu, 22 May 2025 17:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E5=BC=B9=E6=A1=86=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=E8=B0=83=E6=95=B4=EF=BC=8C=E5=8A=9E=E4=BA=8B=E5=A4=84?= =?UTF-8?q?=E5=8C=BA=E5=9F=9Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/manage/order/add.html | 7 +++++++ .../src/main/resources/templates/manage/order/edit.html | 6 ++++++ .../main/resources/templates/manage/service/service.html | 4 ++-- .../src/main/resources/templates/system/agent/add.html | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) 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 @@