From 95db305ceef46556da9aa652fdc7fac5e9205422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Wed, 22 Feb 2023 08:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=88=87=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/device/APF/detail.vue | 32 ++++--- pages/device/new.vue | 85 +++++++++++++++---- pages/gateway/newDevice.vue | 3 +- pages/index/mine.vue | 17 ++-- pages/mine/setup.vue | 4 +- .../uni-easyinput/uni-easyinput.vue | 4 +- 6 files changed, 102 insertions(+), 43 deletions(-) diff --git a/pages/device/APF/detail.vue b/pages/device/APF/detail.vue index 8e2abd3..c8d9670 100644 --- a/pages/device/APF/detail.vue +++ b/pages/device/APF/detail.vue @@ -2,19 +2,21 @@ - - - - - 设备基础信息 - 设备状态 - - - {{ item.text }} + + + + + + + {{ item.text }} + - + @@ -211,7 +213,13 @@ export default { box-sizing: border-box; padding: 0 20rpx; } - + .detail-header{ + position: sticky; + top: 0; + left: 0; + z-index: 2; + background: #f3f4f5; + } } \ No newline at end of file diff --git a/pages/device/new.vue b/pages/device/new.vue index 09cd8f2..c949ff6 100644 --- a/pages/device/new.vue +++ b/pages/device/new.vue @@ -6,8 +6,7 @@ - + @@ -18,8 +17,15 @@