zs 7 months ago
parent
commit
94ce27a606
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/information/parts/match/score/index.vue

+ 1 - 1
src/views/information/parts/match/score/index.vue

@@ -4,7 +4,7 @@
       <el-col :span="24" class="main" v-loading="loading">
         <el-row justify="center">
           <el-col :span="16">
-            <el-steps style="max-width: 600px" :active="active" finish-status="success">
+            <el-steps style="max-width: 600px" :active="active" finish-status="success" align-center>
               <el-step v-for="(item, index) in matchPathList" :key="index" :title="item.name" />
             </el-steps>
           </el-col>