fix(components): [el-step] 移除在simple模式下多余的点 (#4944)

This commit is contained in:
Red Rabbit
2021-12-27 16:16:02 +08:00
committed by GitHub
parent 542ea5ee7e
commit 61abb754da

View File

@@ -10,7 +10,7 @@
>
<!-- icon & line -->
<div :class="['el-step__head', `is-${currentStatus}`]">
<div class="el-step__line">
<div v-if="!isSimple" class="el-step__line">
<i class="el-step__line-inner" :style="lineStyle"></i>
</div>