Commit 699d288e authored by qingwei.li's avatar qingwei.li

update step style

parent 1df2920f
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
if (parent.direction === 'horizontal') { if (parent.direction === 'horizontal') {
this.style = { width: space }; this.style = { width: space };
this.mainOffset = -this.$refs.title.getBoundingClientRect().width / 2 + 16 + 'px'; // this.mainOffset = -this.$refs.title.getBoundingClientRect().width / 2 + 16 + 'px';
} else { } else {
this.style = { height: space }; this.style = { height: space };
} }
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
@component-namespace el { @component-namespace el {
@b steps { @b steps {
overflow: hidden;
font-size: 0; font-size: 0;
> :last-child .el-step__line { > :last-child .el-step__line {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment