From e45014ad3ac5c3cd360585abc4e3c78b3a20e376 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 22 十一月 2022 14:07:05 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/plan/plan.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/plan/plan.html b/src/main/webapp/views/plan/plan.html
index 9010a84..8e5b843 100644
--- a/src/main/webapp/views/plan/plan.html
+++ b/src/main/webapp/views/plan/plan.html
@@ -48,6 +48,7 @@
 
         #detail .layui-form-label {
             width: 120px;
+            box-sizing: border-box;
         }
         #detail .layui-input-block {
             margin-left: 150px;
@@ -142,7 +143,7 @@
 <!-- 琛ㄥ崟寮圭獥 -->
 <script type="text/html" id="editDialog">
     <div id="detail" lay-filter="detail" class="layui-form admin-form" style="height: 100%;overflow-y: hidden;">
-        <div style="height: 90%;overflow-x: hidden;overflow-y: scroll">
+        <div class="model-form" style="height: 87%;overflow-x: hidden;overflow-y: scroll">
             <input name="id" type="hidden">
 
             <!--鍩烘湰淇℃伅-->
@@ -275,7 +276,7 @@
                 </div>
             </div>
         </div>
-        <div style="height: 8%">
+        <div style="height: 10%">
             <hr class="layui-bg-gray">
             <div class="layui-form-item text-right" style="padding-right: 30px">
                 <button class="layui-btn" lay-filter="editSubmit" lay-submit="">淇濆瓨</button>

--
Gitblit v1.9.1