| | |
| | | stripe |
| | | class="tableBox" |
| | | > |
| | | <el-table-column label="名称" width="180"> |
| | | <el-table-column label="名称" width="231"> |
| | | <template slot-scope="scope"> |
| | | <span class="iconfont icon"></span> |
| | | <span>{{ scope.row.desc }} </span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="CPU" width="180"> |
| | | <el-table-column label="CPU" width="150"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.cpu.toFixed(2) }} %</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="内存"> |
| | | <el-table-column label="内存" width="150"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.mem.toFixed(2) }} %</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="disk" label="硬盘"></el-table-column> |
| | | <el-table-column label="算力"> |
| | | <el-table-column prop="disk" label="硬盘" width="150"></el-table-column> |
| | | <el-table-column label="算力" width="150"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.gpu }} M</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="net" label="网络"></el-table-column> |
| | | <el-table-column prop="net" label="网络" width="150"></el-table-column> |
| | | </el-table> |
| | | </div> |
| | | |
| | |
| | | lineStyle: { |
| | | width: 1, |
| | | type: "solid", |
| | | color:"rgb(242,242,242)" |
| | | }, |
| | | }, |
| | | }, |
| | |
| | | axisTick: { |
| | | show: false, |
| | | }, |
| | | splitLine: { |
| | | lineStyle: { |
| | | color:"rgb(242,242,242)" |
| | | } |
| | | } |
| | | }, |
| | | series: [ |
| | | { |
| | |
| | | } |
| | | |
| | | .column-right { |
| | | background-color: #fff; |
| | | overflow-y: auto; |
| | | overflow-x: auto; |
| | | } |