fix: ui
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 1m2s

This commit is contained in:
sexygoat
2026-04-25 14:49:45 +08:00
parent a6961fd74f
commit daa3d7ec8f

View File

@@ -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')"
>
设备