We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8139e47 + 09139fa commit 19df351Copy full SHA for 19df351
src/views/sys-tools/monitor.vue
@@ -36,18 +36,18 @@
36
</el-row>
37
<el-row :gutter="10">
38
<el-col :sm="12" :md="12" class="line">
39
- <el-col :sm="6" :md="6">
+ <el-col :sm="8" :md="8">
40
下载<i class="el-icon-caret-bottom" />
41
</el-col>
42
- <el-col :sm="18" :md="18" class="line-value">
+ <el-col :sm="16" :md="16" class="line-value">
43
{{ info.net.in }}KB
44
45
46
47
48
上传<i class="el-icon-caret-top" />
49
50
51
{{ info.net.out }}KB
52
53
0 commit comments