From db988a59c4117a28f76b287b5ed5476bb28d5eb8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 12 三月 2021 13:04:04 +0800
Subject: [PATCH] #
---
src/main/webapp/views/mat/mat.html | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index d5fcad5..f323ba5 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">
@@ -86,6 +93,10 @@
</div>
</div>
+<script type="text/html" id="tagTpl">
+ <span name="tagId" class="layui-badge layui-badge-gray">{{d.tagId$}}</span>
+</script>
+
<script type="text/html" id="toolbar">
<div class="layui-btn-container">
<button class="layui-btn layui-btn-sm" id="btn-add" lay-event="addData">鏂板</button>
--
Gitblit v1.9.1