完成服务器主机预览卡片编写

This commit is contained in:
柏码の讲师 2023-12-01 18:34:23 +08:00
parent ad6ebf333a
commit 1ca43ad52a

View File

@ -31,7 +31,6 @@
<i class="fa-solid fa-memory"></i>
<span> 4 GB</span>
</div>
<el-divider style="margin: 10px 0"/>
<div class="progress">
<span>CPU: 2.5 %</span>
<el-progress :percentage="2.5" :stroke-width="5" :show-text="false"/>
@ -96,6 +95,7 @@
}
.progress {
margin-top: 15px;
font-size: 12px;
}