use unocss in DependenciesSetupProgressIndicatorDialog

This commit is contained in:
bossgeekgo
2024-02-21 02:48:32 +08:00
parent 719c57d44f
commit 0d78eb1eec
@@ -7,7 +7,7 @@
@open="handleDialogOpen" @open="handleDialogOpen"
> >
<template v-if="!copiedDependenciesStatus.puppeteerExecutableAvailable"> <template v-if="!copiedDependenciesStatus.puppeteerExecutableAvailable">
<div>正在下载核心组件</div> <div mb14px>正在下载核心组件</div>
<el-progress <el-progress
:percentage="browserDownloadPercentage" :percentage="browserDownloadPercentage"
:format="(n) => `${n.toFixed(1)}%`" :format="(n) => `${n.toFixed(1)}%`"