Commit a5ce52db authored by 王玉鑫's avatar 王玉鑫

feat: 详情页tab, 滚动

parent 5628998d
<template>
<div>
<div class="flex items-center space-x-[5px]">
<div class="flex items-center space-x-[5px] overflow-x-auto">
<div
v-for="(tab, index) of tabs"
:key="tab.name"
class="flex h-8 cursor-pointer items-center justify-center px-5 text-sm leading-4"
class="flex h-8 flex-none cursor-pointer items-center justify-center px-5 text-sm leading-4"
:class="{ 'text-[#C0322B]': index === modelValue }"
@click="handleTabChange(index)"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment