Browse Source

订单头部导航栏

master
Enzo 4 years ago
parent
commit
110e248e7d
  1. 17
      components/me-tabs/me-tabs.vue

17
components/me-tabs/me-tabs.vue

@ -169,6 +169,23 @@
text-align: center; text-align: center;
box-sizing: border-box; box-sizing: border-box;
color: white; color: white;
&::after {
position: relative;
right: -24rpx;
bottom: 0;
width: 100%;
height: 32rpx;
content: '';
border-right: 1rpx solid white;
}
&:last-child::after {
content: '';
display: none;
}
&.active { &.active {
// font-weight: bold; // font-weight: bold;

Loading…
Cancel
Save