From bb914b0cbf1f151eebc70e806df7e825786ab495 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期五, 10 十二月 2021 18:47:39 +0800
Subject: [PATCH] 改
---
src/pages/systemMonitor/index/App.vue | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/pages/systemMonitor/index/App.vue b/src/pages/systemMonitor/index/App.vue
index c6a1359..a15face 100644
--- a/src/pages/systemMonitor/index/App.vue
+++ b/src/pages/systemMonitor/index/App.vue
@@ -28,7 +28,7 @@
@click="activeTab = 1"
>
<div class="title">搴旂敤鍗曞厓</div>
- <div class="subtitle">姝e湪杩涜{{ 1 }}涓簲鐢ㄥ崟鍏�</div>
+ <div class="subtitle">姝e湪杩涜{{ appProcessData.length }}涓簲鐢ㄥ崟鍏�</div>
<span
class="iconfont icon"
:style="activeTab == 1 ? {} : { color: '#fff' }"
@@ -50,8 +50,8 @@
class="tableBox"
>
<el-table-column label="鍚嶇О" width="231">
- <template slot-scope="scope">
- <span class="iconfont icon"></span>
+ <template slot-scope="scope">
+ <span class="iconfont icon"></span>
<span>{{ scope.row.desc }} </span>
</template>
</el-table-column>
@@ -287,8 +287,10 @@
>
<el-table-column label="鍚嶇О" show-overflow-tooltip>
<template slot-scope="scope">
+ <div class="name_container">
<span class="iconfont icon"></span>
<span>{{ scope.row.name }}</span>
+ </div>
</template>
</el-table-column>
<el-table-column label="鐘舵��" prop="status">
@@ -722,6 +724,12 @@
box-sizing: border-box;
background-color: #fff;
height: 100%;
+
+ .name_container {
+ text-align: left;
+ margin-left: 38%;
+ }
+
.el-table th.el-table__cell.is-leaf,
.el-table td.el-table__cell {
border-bottom: none;
--
Gitblit v1.8.0