From 09ee5added9d59e90310a2586e846137ea597b19 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 01 十二月 2023 13:15:42 +0800
Subject: [PATCH] #
---
src/main/webapp/views/priOnline2/priOnline_more.html | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/priOnline2/priOnline_more.html b/src/main/webapp/views/priOnline2/priOnline_more.html
index cc8f88b..cc60c8e 100644
--- a/src/main/webapp/views/priOnline2/priOnline_more.html
+++ b/src/main/webapp/views/priOnline2/priOnline_more.html
@@ -3,6 +3,7 @@
#formAdvForm {
background-color: #f3f3f3;
}
+
#formAdvForm .layui-form-item {
margin-top: 20px;
margin-bottom: 0;
@@ -31,7 +32,8 @@
<div class="layui-card-header" style="padding-top: 5px; padding-bottom: 5px">
<div>
<i class="layui-icon" style="font-size: 20px;color: #1890ff;font-weight: bold"></i>
- <span id="form-name" style="margin: 0 6px;font-size: 18px;font-weight: bold;letter-spacing: 1px"></span>
+ <span id="form-name"
+ style="margin: 0 6px;font-size: 18px;font-weight: bold;letter-spacing: 1px"></span>
<span style="opacity: .5;font-size: small;margin-left: 5px">鏍镐环鍗�</span>
</div>
</div>
@@ -74,7 +76,8 @@
</div>
<div class="form-group-bottom text-right">
- <button class="layui-btn" lay-filter="refresh" lay-submit><i class="layui-icon"></i> 鍒锋柊 </button>
+ <button class="layui-btn" lay-filter="refresh" lay-submit><i class="layui-icon"></i> 鍒锋柊 
+ </button>
</div>
</form>
@@ -132,7 +135,8 @@
form.render('select');
init();
- function init(){
+
+ function init() {
notice.msg('姝e湪杞藉叆鏁版嵁......', {icon: 4, position: "topRight"});
$.ajax({
url: baseUrl + "/priOnline2/" + priOnlineId + "/auth",
@@ -175,6 +179,7 @@
type: 'datetime'
});
}
+
layDateRender();
/* 鐩戝惉琛ㄥ崟鎻愪氦 */
--
Gitblit v1.9.1