Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张凯
2 years ago
Commit
8e09c217fd10b4612ca81ee89cf5ced8d098a1bf
1 parent
a921bc12
chore:日志视图样式优化
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/newLogIndex.js
hg-monitor-web-base/src/main/resources/static/src/views/newlog/index.html
hg-monitor-web-base/src/main/resources/static/src/controller/newLogIndex.js
View file @
8e09c21
...
...
@@ -419,7 +419,7 @@ layui.define(['jquery','tree', 'treeTable', 'table', 'form', 'laydate', 'admin',
,
'<div class="layui-tab-item" id="time"><div class="site-demo-laydate"><div class="layui-inline" id="datetimeRange"></div></div></div>'
,
'</div>'
,
'</div>'
].
join
(
''
)
,
style
:
'min-width: 370px; height: auto; padding: 0 15px;margin-left:
15
px; box-shadow: 1px 1px 30px rgb(0 0 0 / 12%);'
,
style
:
'min-width: 370px; height: auto; padding: 0 15px;margin-left:
0
px; box-shadow: 1px 1px 30px rgb(0 0 0 / 12%);'
,
click
:
function
(
data
,
othis
)
{
$
(
".layui-dropdown"
).
css
(
"display"
,
"block"
);
}
...
...
@@ -491,7 +491,7 @@ layui.define(['jquery','tree', 'treeTable', 'table', 'form', 'laydate', 'admin',
,
range
:
true
,
btns
:[
'clear'
,
'confirm'
]
,
ready
:
function
(
date
)
{
$
(
'.layui-dropdown'
).
css
({
'left'
:
'calc(100% - 620px)'
});
//
$('.layui-dropdown').css({'left': 'calc(100% - 620px)'});
}
,
done
:
function
(
value
,
date
,
endDate
)
{
$
(
'#time-select-span'
).
text
(
value
);
...
...
hg-monitor-web-base/src/main/resources/static/src/views/newlog/index.html
View file @
8e09c21
...
...
@@ -136,18 +136,10 @@
border-top
:
dashed
1px
grey
;
}
xm-select
>
.xm-body
{
max-width
:
240px
;
}
#searchKeyWords
{
width
:
240px
!important
;
}
</style>
<article
class=
"page-container"
>
<div
class=
"page-panel"
>
<div
class=
"main commonDiv"
>
<div
class=
"main commonDiv
newLog
"
>
<div
class=
"layui-card"
>
<div
class=
"layui-card-header"
>
<form
class=
"layui-form layui-card-header"
lay-filter=
"form_log_condition"
onsubmit=
"return false;"
>
...
...
Please
register
or
login
to post a comment