From 08b0121560328bd63318b59c82f429690baa4bb7 Mon Sep 17 00:00:00 2001
From: fanpeng <438123081@qq.com>
Date: Wed, 16 Jul 2025 10:57:46 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=A4=9A=E4=B8=AA?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BD=BF?=
=?UTF-8?q?=E7=94=A8windowHeight=E6=9B=BF=E4=BB=A3screenHeight=E4=BB=A5?=
=?UTF-8?q?=E9=80=82=E5=BA=94=E4=B8=8D=E5=90=8C=E8=AE=BE=E5=A4=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/addDevice/searchDevice.vue | 2 +-
pages/feature/adminList.vue | 2 +-
pages/feature/cardList.vue | 2 +-
pages/feature/createAdmin.vue | 2 +-
pages/feature/createCard.vue | 2 +-
pages/feature/createFace.vue | 2 +-
pages/feature/createFingerprint.vue | 2 +-
pages/feature/createKey.vue | 2 +-
pages/feature/createPalmVein.vue | 2 +-
pages/feature/createPassword.vue | 2 +-
pages/feature/createRemote.vue | 2 +-
pages/feature/faceList.vue | 2 +-
pages/feature/fingerprintList.vue | 2 +-
pages/feature/keyList.vue | 2 +-
pages/feature/palmVeinList.vue | 2 +-
pages/feature/passwordList.vue | 2 +-
pages/feature/recordList.vue | 2 +-
pages/feature/remoteList.vue | 2 +-
pages/feature/typeRecordList.vue | 20 ++++++++++----------
pages/main/lockDetail.vue | 2 +-
pages/p2p/videoLog.vue | 2 +-
pages/setting/coercionFingerprint.vue | 2 +-
pages/setting/coercionOpenDoor.vue | 2 +-
pages/setting/lockUser.vue | 2 +-
pages/setting/openDoorNotice.vue | 2 +-
pages/setting/selectGroup.vue | 2 +-
26 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/pages/addDevice/searchDevice.vue b/pages/addDevice/searchDevice.vue
index e2519db..07cdffc 100644
--- a/pages/addDevice/searchDevice.vue
+++ b/pages/addDevice/searchDevice.vue
@@ -4,7 +4,7 @@
v-if="deviceInfo"
class="scroll-view"
scroll-y="true"
- :style="{ height: deviceInfo.screenHeight - deviceInfo.statusBarHeight + 'px' }"
+ :style="{ height: deviceInfo.windowHeight - deviceInfo.statusBarHeight + 'px' }"
>
.search {
- padding: 32rpx;
width: 686rpx !important;
+ padding: 32rpx;
}
.item {
display: flex;
align-items: center;
- background-color: #ffffff;
- height: 120rpx;
width: 750rpx;
+ height: 120rpx;
+ background-color: #ffffff;
.item-left {
- margin-left: 32rpx;
width: 80rpx;
height: 80rpx;
+ margin-left: 32rpx;
}
.item-right {
+ width: 574rpx;
margin-right: 32rpx;
margin-left: 32rpx;
- width: 574rpx;
.item-right-top {
max-width: 400rpx;
- font-size: 32rpx;
- font-weight: bold;
padding-bottom: 6rpx;
- white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
+ font-size: 32rpx;
+ font-weight: bold;
+ white-space: nowrap;
}
.item-right-bottom {
@@ -266,9 +266,9 @@
}
.empty-list-text {
- text-align: center;
font-size: 32rpx;
color: #999999;
+ text-align: center;
}
.status {
diff --git a/pages/main/lockDetail.vue b/pages/main/lockDetail.vue
index 2bb62fb..bd24e25 100644
--- a/pages/main/lockDetail.vue
+++ b/pages/main/lockDetail.vue
@@ -3,7 +3,7 @@
diff --git a/pages/setting/openDoorNotice.vue b/pages/setting/openDoorNotice.vue
index 46d158e..0ef7310 100644
--- a/pages/setting/openDoorNotice.vue
+++ b/pages/setting/openDoorNotice.vue
@@ -8,7 +8,7 @@
scroll-y="true"
:style="{
height:
- deviceInfo.screenHeight -
+ deviceInfo.windowHeight -
deviceInfo.safeArea.top -
(deviceInfo.screenWidth / 750) * 128 +
'px'
diff --git a/pages/setting/selectGroup.vue b/pages/setting/selectGroup.vue
index 71364b3..53c15ad 100644
--- a/pages/setting/selectGroup.vue
+++ b/pages/setting/selectGroup.vue
@@ -3,7 +3,7 @@