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

@ -170,6 +170,23 @@
box-sizing: border-box;
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 {
// font-weight: bold;
color: black;

Loading…
Cancel
Save