Browse Source

订单头部导航栏

master
Enzo 4 years ago
parent
commit
864a0228b1
  1. 19
      components/me-tabs/me-tabs.vue

19
components/me-tabs/me-tabs.vue

@ -153,16 +153,6 @@
padding-bottom: 30rpx; // ,me-tabsoverflow-y: hidden,
box-sizing: border-box;
&::after {
position: absolute;
bottom: 31rpx;
left: 0;
width: 100%;
height: 1rpx;
content: '';
// border-bottom: 1rpx solid rgba(255, 255, 255, 0.2);
}
.tab-item {
flex: 1;
position: relative;
@ -177,15 +167,9 @@
bottom: 0;
width: 100%;
height: 32rpx;
content: '';
// content: '';
border-right: 1rpx solid white;
}
&:last-child::after {
content: '';
display: none;
}
&.active {
// font-weight: bold;
@ -196,6 +180,7 @@
line-height: 26px!important;
}
}
}
// item

Loading…
Cancel
Save