|
@@ -5,7 +5,7 @@
|
|
|
<van-icon name="arrow-left" color="#ffffff" size="18px" />
|
|
|
</template>
|
|
|
</van-nav-bar>
|
|
|
- <div class="px-20px flex items-center p-4px box-border bg-hex-1A1B22 rounded-12px text-14px">
|
|
|
+ <div class="mx-20px mt-15px flex items-center p-4px box-border bg-hex-1A1B22 rounded-12px text-14px">
|
|
|
<div class="type_item" :class="activeType==index?'active':''" v-for="(item, index) in typeData" :key="index" @click="handleTab(index)">{{item.name}}</div>
|
|
|
</div>
|
|
|
<div class="p-20px flex-1 overflow-auto">
|