Commit 61851cfd authored by JingChao's avatar JingChao

Update tab-item.vue

parent cbf4b0f4
...@@ -80,8 +80,6 @@ export default { ...@@ -80,8 +80,6 @@ export default {
// padding: 0 3px; // padding: 0 3px;
border-bottom: 1px solid rgba(255, 255, 255, .0); /*no*/ border-bottom: 1px solid rgba(255, 255, 255, .0); /*no*/
.bottom-border{ .bottom-border{
width: 65%;
position: absolute;
bottom: 0; bottom: 0;
} }
} }
...@@ -90,6 +88,8 @@ export default { ...@@ -90,6 +88,8 @@ export default {
.h-item { .h-item {
color: @headerColor; color: @headerColor;
.bottom-border{ .bottom-border{
width: 65%;
position: absolute;
border-bottom: 1px solid @headerColor; /*no*/ border-bottom: 1px solid @headerColor; /*no*/
} }
} }
......
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