src/pages/systemMonitor/index/App.vue
@@ -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;