zs 7 달 전
부모
커밋
94ce27a606
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>