From eb38fe84d65d30d5e832a4b7dd89a3fc960c1ea4 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 11 三月 2021 11:08:36 +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