|
@@ -11,10 +11,10 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
</search-bar>
|
|
|
- <view class="second-tabs">
|
|
|
+ <view class="global_one_tabs">
|
|
|
<view :class="['item', item.ChartPermissionId == tabAct_id && 'tabs-active']" v-for="(item, index) in tabBars" :key="item.ChartPermissionId" @click="toggleTab(item, index)">
|
|
|
{{ item.PermissionName }}
|
|
|
- <view class="active" v-if="item.ChartPermissionId == tabAct_id"></view>
|
|
|
+ <!-- <view class="active" v-if="item.ChartPermissionId == tabAct_id"></view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -689,49 +689,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .second-tabs {
|
|
|
- width: 100%;
|
|
|
- padding-left: 30rpx;
|
|
|
- display: flex;
|
|
|
- overflow-x: auto;
|
|
|
- background-color: #fff;
|
|
|
- font-size: 34rpx;
|
|
|
- color: #999999;
|
|
|
- &::-webkit-scrollbar {
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .item {
|
|
|
- position: relative;
|
|
|
- padding-bottom: 16rpx;
|
|
|
- margin-right: 50rpx;
|
|
|
- flex-shrink: 0;
|
|
|
- .limit-img {
|
|
|
- position: absolute;
|
|
|
- top: -15rpx;
|
|
|
- right: -50rpx;
|
|
|
- z-index: 99;
|
|
|
- }
|
|
|
- .active {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- height: 4rpx;
|
|
|
- width: 100%;
|
|
|
- border-radius: 1rpx;
|
|
|
- background: linear-gradient(90deg, #2e85ff 0%, #7eeaf6 100%);
|
|
|
- }
|
|
|
- }
|
|
|
- .tabs-active {
|
|
|
- color: #3385ff;
|
|
|
- font-weight: 500;
|
|
|
- }
|
|
|
- .tabs-img {
|
|
|
- width: 46rpx;
|
|
|
- height: 26rpx;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
.label-content {
|
|
|
display: flex;
|