ZZJ
2021-10-20 07958c244e49e561718b97cac6a7168eeb61b5e7
src/pages/systemMonitor/index/App.vue
@@ -50,8 +50,8 @@
            class="tableBox"
          >
            <el-table-column label="名称" width="231">
              <template slot-scope="scope">
                <span class="iconfont icon">&#xe74d;</span>
              <template slot-scope="scope">
                 <span class="iconfont icon">&#xe74d;</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">&#xe74d;</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;