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
鲁尚清
2022-03-14 16:35:45 +0800
Commit
dacf4eea3d2b89a1746900803e293355fd61d6ca
1 parent
04b58b95
登录日志》部门下拉框宽度增加为230px
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/setting.js
hg-monitor-web-base/src/main/resources/static/src/controller/setting.js
View file @
dacf4ee
...
...
@@ -126,6 +126,10 @@ layui.define(['table', 'laydate', 'admin', 'view', 'common', 'sessions'], functi
},
data
:
res
.
data
})
if
(
settingOrgSelect
){
//追加样式
$
(
'#settingOrgId'
).
find
(
'.xm-body'
).
eq
(
0
).
css
(
"width"
,
"230px"
);
}
}
})
}
...
...
Please
register
or
login
to post a comment