mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-04 23:17:39 +08:00
use unocss in DependenciesSetupProgressIndicatorDialog
This commit is contained in:
+1
-1
@@ -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)}%`"
|
||||||
|
|||||||
Reference in New Issue
Block a user