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
Plain Diff
Browse Files
Authored by
王涛
2022-03-21 17:34:04 +0800
Commit
d64edc3c8ee4c012efa0bf690683dc8e07efbbc6
2 parents
ec011c14
4b844aa2
Merge branch 'master-500-dev-xwx' into 'master-500-dev'
资产视图资源名称样式优化 See merge request
!480
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
5 deletions
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/assetsComponents/index.html
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/machineRoomComponents/index.html
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/machineRoomDetailComponents/index.html
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/rateComponents/index.html
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/resNameComponents/index.html
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/statusComponents/index.html
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/assetsComponents/index.html
View file @
d64edc3
<el-link
type=
"info"
:underline=
"false"
@
click=
"openCmdbAssets"
>
{{textString}}
</el-link>
<el-link
type=
"info"
:underline=
"false"
@
click=
"openCmdbAssets"
>
<div
style=
"color: #1E9FFF;text-decoration: underline"
>
{{textString}}
</div>
</el-link>
...
...
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/machineRoomComponents/index.html
View file @
d64edc3
<div>
<span
class=
"el-dropdown-link"
@
click=
"showMachineRoomDialog(true)"
>
<span
class=
"el-dropdown-link"
@
click=
"showMachineRoomDialog(true)"
style=
"color: #1E9FFF;text-decoration: underline"
>
{{textString}}
</span>
...
...
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/machineRoomDetailComponents/index.html
View file @
d64edc3
<div>
<span
class=
"el-dropdown-link"
@
click=
"showMachineRoomDialog(true)"
>
<span
class=
"el-dropdown-link"
@
click=
"showMachineRoomDialog(true)"
style=
"color: #1E9FFF;text-decoration: underline"
>
{{textString}}
</span>
...
...
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/rateComponents/index.html
View file @
d64edc3
...
...
@@ -5,7 +5,7 @@
:stroke-width=
"20"
:percentage=
"textString"
status=
"success"
>
<div
style=
"color:
black
"
>
{{textString == '' ? ' ' : textString + '%' }}
</div>
<div
style=
"color:
#1E9FFF;text-decoration: underline
"
>
{{textString == '' ? ' ' : textString + '%' }}
</div>
</el-progress>
</div>
<!-- <div style="width: 50px">{{textString == '' ? '' : textString }} </div>-->
...
...
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/resNameComponents/index.html
View file @
d64edc3
<div
style=
"display: flex"
>
<div
@
click=
"openCmdbAssets"
style=
"cursor:pointer;width: calc(100% - 25px)"
>
{{textString}}
</div>
<div
@
click=
"openCmdbAssets"
style=
"cursor:pointer;width: calc(100% - 25px)
;color: #1E9FFF;text-decoration: underline
"
>
{{textString}}
</div>
<el-dropdown
style=
"width: 25px"
>
<span
class=
"el-dropdown-link"
style=
"cursor:pointer;"
>
<i
class=
"el-icon-more"
style=
"color: blue;font-weight: bold;"
/>
...
...
hg-monitor-web-qh/src/main/resources/static/vue3/src/components/page/res/statusComponents/index.html
View file @
d64edc3
<el-tag
:type=
"type"
checked
effect=
"dark"
>
<div
style=
"color: #1E9FFF;text-decoration: underline"
>
{{ textString == '' ? ' - ' : textString}}
</div>
</el-tag>
...
...
Please
register
or
login
to post a comment