Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
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
bc865c31ab17c388ecf0ea4486581b534e6337c1
1 parent
d192a0d1
部门视图优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
report-ui/src/views/report/bigscreen/designer/widget/monitor/page/customComponentTable.vue
report-ui/src/views/report/bigscreen/designer/widget/monitor/page/customComponentTable.vue
View file @
bc865c3
...
...
@@ -2,7 +2,7 @@
<div :style="getStyle">
<!-- 卡片 -->
<div style="padding: 2px 6px" v-if="sysInParams.dataType == 'card'">
<div style="padding: 2px 6px
;max-height: 100%;overflow-y: auto;
" v-if="sysInParams.dataType == 'card'">
<el-empty v-if="cardData.length == 0" :image-size="300" :description="emptyText"></el-empty>
<div v-else style="display: flex;flex-wrap: wrap;">
<div class="custom-table-card" v-for="item in cardData">
...
...
@@ -47,6 +47,14 @@
<p class="num-title-worst">中</p>
</li>
<li >
<div class="title num-title-wjk"></div>
<b style="margin-left: 10px">
{{ item[cardDataConfig.notMonitored] }}
</b>
<p class="num-title-wjk">未监控</p>
</li>
</ul>
</div>
</div>
...
...
@@ -360,11 +368,10 @@ export default {
/**
* 卡片下
榻
* 卡片下
探
* @param item
*/
cardDrillPage(item){
debugger
let funStr = this.optionsSetUp.cardTopologyDrill;
if(funStr){
try {
...
...
@@ -509,6 +516,10 @@ export default {
background-color: #d81e06;
}
.num-title-wjk{
background-color: lightgrey;
}
.num-title-total{
background-color: #b0aaaa;
color: black!important;
...
...
@@ -578,6 +589,6 @@ export default {
line-height: 30px;
border-radius: 5px;
font-weight: bold;
color:
white
;
color:
black
;
}
</style>
...
...
Please
register
or
login
to post a comment