Browse Source

fix:自检 ui

master
guoanpeng 2 months ago
parent
commit
4124d55bd3
  1. 2
      src/components/check/index.vue

2
src/components/check/index.vue

@ -194,7 +194,7 @@ const checkHandle1 = async () => {
<template>
<FtDialog visible title="设备初始化" width="60%">
<el-steps style="max-width: 600px" :active="activeStep" finish-status="success">
<el-steps style="max-width:100%" :active="activeStep" finish-status="success">
<el-step title="初始化" />
<el-step title="自检" />
<el-step title="设备状态" />

Loading…
Cancel
Save