完成服务器主机预览卡片编写
This commit is contained in:
parent
ad6ebf333a
commit
1ca43ad52a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user