From 9be3c4c4436549b097b93667f3febd592e55480f Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 14 十月 2021 13:51:12 +0800 Subject: [PATCH] 显示有几个算法单元 --- src/pages/systemMonitor/index/App.vue | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/pages/systemMonitor/index/App.vue b/src/pages/systemMonitor/index/App.vue index 5dffb21..e21c8be 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' }" @@ -84,11 +84,7 @@ <el-table :data="appProcessData" style="width: 100%" - :header-cell-style="{ - background: '#F2F2F7', - color: '#333333', - height: '40px', - }" + :header-cell-style="'background: #F2F2F7;color: #333333;height: 40px;font-size: 16px;'" stripe class="tableBox" > @@ -285,11 +281,13 @@ 鏈嶅姟</span > <el-table :data="vasystemServicesData" - - class="tableBox" + :header-cell-style="'color: #333333;height: 40px;font-size: 16px;'" + stripe + class="tableBox" > <el-table-column label="鍚嶇О" show-overflow-tooltip> <template slot-scope="scope"> + <span class="iconfont icon"></span> <span>{{ scope.row.name }}</span> </template> </el-table-column> -- Gitblit v1.8.0