heyujie
2021-10-14 9be3c4c4436549b097b93667f3febd592e55480f
src/pages/systemMonitor/index/App.vue
@@ -28,7 +28,7 @@
            @click="activeTab = 1"
          >
            <div class="title">应用单元</div>
            <div class="subtitle">正在进行{{ 1 }}个应用单元</div>
            <div class="subtitle">正在进行{{  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">&#xe74d;</span>
              <span>{{ scope.row.name }}</span>
            </template>
          </el-table-column>