This commit is contained in:
@@ -280,16 +280,15 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<view class="bg-[#fafafa] min-h-screen pb-safe">
|
||||
<view class="bg-page min-h-screen pb-safe">
|
||||
<!-- IoT卡详情 -->
|
||||
<view v-if="isCard && cardInfo" class="px-4 pt-4">
|
||||
<view v-if="isCard && cardInfo" class="px-4 pt-4 pb-4">
|
||||
<!-- 卡片基本信息卡 -->
|
||||
<view class="bg-white rounded-16px shadow-[0_2px_12px_rgba(0,0,0,0.06)] overflow-hidden">
|
||||
<!-- 顶部状态栏 -->
|
||||
<view class="px-4 pt-4 pb-3 border-b-1px border-[#f5f5f5]">
|
||||
<view class="flex items-center justify-between mb-2">
|
||||
<view class="flex items-center gap-2">
|
||||
<i class="i-mdi-sim text-24px text-[#212121]" />
|
||||
<text class="text-16px font-700 text-[#212121]">
|
||||
IoT卡
|
||||
</text>
|
||||
@@ -607,14 +606,13 @@
|
||||
</view>
|
||||
|
||||
<!-- 设备详情 -->
|
||||
<view v-else-if="isDevice && deviceInfo" class="px-4 pt-4">
|
||||
<view v-else-if="isDevice && deviceInfo" class="px-4 pt-4 pb-4">
|
||||
<!-- 设备基本信息卡 -->
|
||||
<view class="bg-white rounded-16px shadow-[0_2px_12px_rgba(0,0,0,0.06)] overflow-hidden">
|
||||
<!-- 顶部状态栏 -->
|
||||
<view class="px-4 pt-4 pb-3 border-b-1px border-[#f5f5f5]">
|
||||
<view class="flex items-center justify-between mb-2">
|
||||
<view class="flex items-center gap-2">
|
||||
<i class="i-mdi-router-wireless text-24px text-[#212121]" />
|
||||
<view>
|
||||
<text class="text-16px font-700 text-[#212121] block mb-0.5">
|
||||
{{ deviceInfo.device_name }}
|
||||
|
||||
Reference in New Issue
Block a user