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
wangtao
3 years ago
Commit
9980e93f89d7803570bc1ab57697d1a9773b7950
1 parent
73f9b016
nx布局调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/views/layout-nx.html
hg-monitor-web-base/src/main/resources/static/src/views/layout-nx.html
View file @
9980e93
...
...
@@ -50,7 +50,7 @@
<
/li
>
<
/ul
>
<
div
class
=
"vline"
style
=
"left: 130px;"
><
/div> <!--/
/
lsq
由于增加侧边伸缩按钮,左边距从
80
更改为
130
2022
-
03
-
13
-->
<
ul
class
=
"layui-nav layui-layout-left"
style
=
"left: 120px"
>
<!--
//lsq 左边距70改为120 2022-0312-->
<
ul
class
=
"layui-nav layui-layout-left"
style
=
"left: 120px
;left: 120px;width: 100%;display: inline-flex;
"
>
<!--
//lsq 左边距70改为120 2022-0312-->
{{
#
var
arr
=
d
.
data
.
sort
(
function
(
a
,
b
)
{
return
a
.
resNum
<
b
.
resNum
?
1
:
-
1
;
})
}}
{{
#
layui
.
each
(
arr
,
function
(
index
,
item
){
}}
...
...
Please
register
or
login
to post a comment