ZZJ
2021-10-20 07958c244e49e561718b97cac6a7168eeb61b5e7
系统监控bug修复
3个文件已修改
14 ■■■■ 已修改文件
src/pages/settings/index/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/settings/views/NetSettings.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/systemMonitor/index/App.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/settings/index/index.vue
@@ -1735,6 +1735,7 @@
  background-color: #fff;
  color: #4F4F4F;
  border-top: 2px solid #E1E0E6;
  overflow-x: hidden;
  .container-left {
    height: 100%;
    width: 244px;
src/pages/settings/views/NetSettings.vue
@@ -721,6 +721,7 @@
    padding-top: 6px;
    border-top: 4px solid #f2f2f7;
    overflow-y: overlay;
    overflow-x: hidden;
    .title {
      height: 48px;
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;