heyujie
2021-10-12 2b6c61d26e63b1ed0c92f9d99120d7b5b387dca9
jiankong
1个文件已修改
12 ■■■■■ 已修改文件
src/pages/systemMonitor/index/App.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/systemMonitor/index/App.vue
@@ -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>