src/pages/settings/index/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/pages/settings/views/NetSettings.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/pages/systemMonitor/index/App.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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
@@ -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;