fix: 修复了创建虚拟机无法获取镜像列表的BUG
Build and Deploy Vue3 / build (push) Successful in 1m8s
Build and Deploy Vue3 / deploy (push) Successful in 7m52s

This commit is contained in:
2025-10-07 00:05:24 +08:00
parent e19d15dbf2
commit a97f6a7202
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -223,9 +223,9 @@
:value="mirror.id"
>
<span style="float: left">{{ mirror.name }}</span>
<span style="float: right; color: #8492a6; font-size: 13px">
{{ mirror.size }}MB
</span>
<!-- <span style="float: right; color: #8492a6; font-size: 13px">-->
<!-- {{ mirror.size }}MB-->
<!-- </span>-->
</el-option>
</el-select>
</el-form-item>