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

This commit is contained in:
sexygoat
2026-04-25 14:46:43 +08:00
parent cb9f21e264
commit a6961fd74f
4 changed files with 12 additions and 14 deletions

View File

@@ -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 }}