|
@@ -75,12 +75,14 @@
|
|
|
</div>
|
|
|
<div class="expansion">
|
|
|
<div class="top_box">
|
|
|
- <span style="margin-left: 5px;font-size: 14px;font-weight: 500;">{{ formatStorage(useSpace) }}/{{
|
|
|
- allSpace + "G" }}</span>
|
|
|
+ <span style="margin-left: 5px;font-size: 14px;font-weight: 800;">{{ formatStorage(useSpace) }}/{{
|
|
|
+ allSpace + "G" }}({{percent()}}%)</span>
|
|
|
<span style="margin-left: 5px;font-size: 14px;color: #2E6BC8;cursor: pointer;"
|
|
|
- @click="askApply">申请扩容</span>
|
|
|
+ @click="askApply">扩容申请</span>
|
|
|
</div>
|
|
|
- <el-progress style="margin-left: 8px;" :stroke-width="12" color='#2E6BC8' :percentage="percent()" />
|
|
|
+ <el-progress style="margin-left: 8px;margin-top: 8px;width:100%" :stroke-width="18" color='#2E6BC8' :text-inside="true" :percentage="percent()">
|
|
|
+ <span style="width:0"></span>
|
|
|
+ </el-progress>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 右侧大盒子 -->
|