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