From 8ad8d34119ecf5118f931afed1e6751b207f23ec Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Tue, 7 Jun 2022 18:53:24 +0800 Subject: [PATCH] 1 --- web/pages/customname.html | 10 +++++----- web/static/css/style.css | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/pages/customname.html b/web/pages/customname.html index 604340c..ef035e9 100644 --- a/web/pages/customname.html +++ b/web/pages/customname.html @@ -15,7 +15,7 @@
-
+
@@ -71,18 +71,18 @@ {{# layui.each(item.owner_name, function(indexs, items) { }}
-
{{items}}
+
{{items}}
{{# }); }}
{{# } else { }} -
+
{{# layui.each(item.map_, function(indexs, items) { }}
-
{{items.title}}
-
{{items.id}}
+
{{items.title}}
+
{{items.id}}
{{# }); }} diff --git a/web/static/css/style.css b/web/static/css/style.css index 17ad39d..fed34c5 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -814,7 +814,7 @@ label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; } .customname-table-box { margin: 24px; height: calc(100% - 106px); overflow: hidden;} .customname-info-bg { height: calc(100% ); } -.layui-tab-content { height: calc(100%); overflow: auto; } +.layui-tab-content { height: calc(100%) !important; overflow: auto; } .customname-info-table-top { z-index: 999; width: calc(100% - 96px); position: absolute; display: flex; align-items: center; background-color: #f0f2f5; } .customname-info-table-top div { width: 33%; padding: 24px 0; text-indent: 20px; border-right: 1px solid #fff; } .customname-val-box { display: flex; }