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
xwx
3 years ago
Commit
dc9e1f155c48b50d6db3f7cb2282bccaf7e39ba2
1 parent
da474b32
告警处理页面样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
hg-monitor-web-base/src/main/resources/static/vue3/public/css/alarmsClear.css
hg-monitor-web-base/src/main/resources/static/vue3/src/views/alarmsClearEditor/index.html
hg-monitor-web-base/src/main/resources/static/vue3/public/css/alarmsClear.css
View file @
dc9e1f1
...
...
@@ -137,8 +137,10 @@
.detail_comments_title
{
text-align
:
left
;
padding-bottom
:
10px
;
width
:
86%
;
float
:
left
;
}
.detail_comments_right
{
width
:
calc
(
100%
-
70px
);
text-align
:
right
;
}
.update-icon
,
.more-style
{
cursor
:
pointer
;
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/views/alarmsClearEditor/index.html
View file @
dc9e1f1
...
...
@@ -130,11 +130,13 @@
</div>
</div>
<div
class=
"detail_comments"
v-if=
"isExamine && ((status==3 || (status==1 && !isView)) || status==2) "
>
<div>
<div
style=
"display: flex;"
>
<div
class=
"detail_comments_title"
>
审核意见
<span
style=
"color: red"
>
*
</span></div>
<span>
快捷输入:
</span>
<el-tag
class=
"ml-2"
type=
"success"
size=
"small"
style=
"cursor:pointer; margin-right: 5px"
@
click=
"onInput(true)"
>
同意
</el-tag>
<el-tag
class=
"ml-2"
type=
"danger"
size=
"small"
style=
" cursor:pointer;"
@
click=
"onInput(false)"
>
不同意
</el-tag>
<div
v-if=
"status==1"
class=
"detail_comments_right"
>
<span>
快捷输入:
</span>
<el-tag
class=
"ml-2"
type=
"success"
size=
"small"
style=
"cursor:pointer; margin-right: 5px"
@
click=
"onInput(true)"
>
同意
</el-tag>
<el-tag
class=
"ml-2"
type=
"danger"
size=
"small"
style=
" cursor:pointer;"
@
click=
"onInput(false)"
>
不同意
</el-tag>
</div>
</div>
<el-input
...
...
Please
register
or
login
to post a comment