use unocss in DependenciesSetupProgressIndicatorDialog

This commit is contained in:
bossgeekgo
2024-02-21 02:48:32 +08:00
parent 719c57d44f
commit 0d78eb1eec

View File

@@ -7,7 +7,7 @@
@open="handleDialogOpen"
>
<template v-if="!copiedDependenciesStatus.puppeteerExecutableAvailable">
<div>正在下载核心组件</div>
<div mb14px>正在下载核心组件</div>
<el-progress
:percentage="browserDownloadPercentage"
:format="(n) => `${n.toFixed(1)}%`"