From c2cd7bc6d350d00f4e5df6d114f68f0804cb13d1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 11 三月 2021 17:03:51 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/mat/mat.html |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index d5fcad5..d16e8c5 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -29,11 +29,18 @@
         .layui-form.layui-border-box.layui-table-view {
             margin: 0;
         }
+        #search-box {
+            padding: 30px 30px 10px 0px;
+            margin-left: 0px;
+        }
+        .layui-form.layui-border-box.layui-table-view {
+            height: 100%;
+        }
     </style>
 </head>
 <body>
 
-<div class="layui-fluid" style="padding-bottom: 0;">
+<div class="layui-fluid" style="padding-bottom: 0;margin-bottom: 30px">
     <!-- 宸� -->
     <div class="layui-row layui-col-space15">
         <div class="layui-col-md3">

--
Gitblit v1.9.1