This commit is contained in:
@@ -611,15 +611,15 @@ onMounted(async () => {
|
||||
|
||||
<view class="flex bg-[#f1f5f9] rounded-full flex-shrink-0">
|
||||
<view
|
||||
class="px-3 py-1.5 text-12px font-medium transition-all"
|
||||
:class="activeTab === 'card' ? 'text-[#1e293b]' : 'text-[#64748b]'"
|
||||
class="px-3 py-1.5 text-12px font-medium transition-all rounded-full"
|
||||
:class="activeTab === 'card' ? 'bg-brand text-white' : 'text-[#64748b]'"
|
||||
@click="changeTab('card')"
|
||||
>
|
||||
IoT卡
|
||||
</view>
|
||||
<view
|
||||
class="px-3 py-1.5 text-12px font-medium transition-all"
|
||||
:class="activeTab === 'device' ? 'text-[#1e293b]' : 'text-[#64748b]'"
|
||||
class="px-3 py-1.5 text-12px font-medium transition-all rounded-full"
|
||||
:class="activeTab === 'device' ? 'bg-brand text-white' : 'text-[#64748b]'"
|
||||
@click="changeTab('device')"
|
||||
>
|
||||
设备
|
||||
|
||||
Reference in New Issue
Block a user