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
ww
2 years ago
Commit
d2eb0d2bd611716ae8fd1f8a23c14bb8478221df
1 parent
16d86ee5
fix: 停机计划弹框
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/shutdownplanIndex.js
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/shutdownplan/add.html
hg-monitor-web-base/src/main/resources/static/src/controller/shutdownplanIndex.js
View file @
d2eb0d2
...
...
@@ -521,7 +521,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
title
:
`
<
a
class
=
"layui-icon layui-icon-edit win_title_icon"
><
/a>停机计划`+titleName
,
type
:
'1'
,
resize
:
false
,
area
:
[
'1000px'
,
'
5
00px'
],
area
:
[
'1000px'
,
'
6
00px'
],
success
:
function
(
indexm
,
layero
)
{
//start 停机模式从数据字典中获取 2022-05-24
admin
.
req
({
...
...
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/shutdownplan/add.html
View file @
d2eb0d2
...
...
@@ -87,9 +87,9 @@
</div>
</div>
<div
class=
"layui-form-item"
style=
"display: flex;"
>
<label
class=
"layui-form-label
textarea-label
"
<label
class=
"layui-form-label"
style=
"min-width: 120px!important;max-width: 120px!important;"
>
描述:
</label>
<div
class=
"layui-input-block"
style=
"width: calc(100% -
12
0px)!important;margin-left: 0px!important;"
>
<div
class=
"layui-input-block"
style=
"width: calc(100% -
20
0px)!important;margin-left: 0px!important;"
>
<textarea
class=
"layui-textarea"
name=
"cutoverDesc"
></textarea>
</div>
</div>
...
...
Please
register
or
login
to post a comment