Commit 2f1dd9d3 authored by 徐一鸣's avatar 徐一鸣

服务管理列表样式

parent 94a0286d
...@@ -1313,25 +1313,25 @@ export default { ...@@ -1313,25 +1313,25 @@ export default {
name: "CPU使用量", name: "CPU使用量",
value: cloud.cpu_use, value: cloud.cpu_use,
total: cloud.cpu_total, total: cloud.cpu_total,
unit: "(核)", unit: "",
}, },
{ {
name: "内存使用量", name: "内存使用量",
value: cloud.memory_use, value: cloud.memory_use,
total: cloud.memory_total, total: cloud.memory_total,
unit: "(GB)", unit: "GB",
}, },
/* { /* {
name: "数据盘使用量", name: "数据盘使用量",
value: cloud.disk_use, value: cloud.disk_use,
total: cloud.disk_total, total: cloud.disk_total,
unit: "(GB)", unit: "GB",
}, */ }, */
{ {
name: "容器组使用量", name: "容器组使用量",
value: cloud.containers_use, value: cloud.containers_use,
total: cloud.containers_total, total: cloud.containers_total,
unit: "(个)", unit: "",
}, },
], ],
}; };
...@@ -1909,12 +1909,6 @@ export default { ...@@ -1909,12 +1909,6 @@ export default {
</style> </style>
<style> <style>
.service_management_list .cross_line {
display: none;
}
.service_management_list .organization_list {
padding: 20px 0 0;
}
.service_management_list .header-container .cloud_title { .service_management_list .header-container .cloud_title {
margin-top: 0; margin-top: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment