Commit 031716c2 authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fix tabs style (#588)

parent 7192d860
...@@ -120,13 +120,22 @@ ...@@ -120,13 +120,22 @@
.el-tabs__item { .el-tabs__item {
transition: all .3s cubic-bezier(.645,.045,.355,1); transition: all .3s cubic-bezier(.645,.045,.355,1);
border: 1px solid transparent; border: 1px solid transparent;
border-top: 0;
margin: * -1px;
&.is-active { &.is-active {
background-color: #fff; background-color: #fff;
border-right: 1px solid #d3dce6; border-right-color: #d3dce6;
border-left: 1px solid #d3dce6; border-left-color: #d3dce6;
margin: * -1px;
&:first-child {
border-left-color: #d3dce6;
} }
&:last-child {
border-right-color: #d3dce6;
}
}
} }
} }
} }
......
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