1. bug修复

This commit is contained in:
范鹏 2025-02-22 10:21:26 +08:00
parent 9846ff0cc1
commit 1e89c3e6db
16 changed files with 16 additions and 12 deletions

View File

@ -210,7 +210,6 @@
const setTime = () => {
const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime()
}

View File

@ -182,7 +182,6 @@
const setTime = () => {
const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime()
}

View File

@ -210,7 +210,6 @@
const setTime = () => {
const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime()
}

View File

@ -211,7 +211,6 @@
const setTime = () => {
const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime()
}

View File

@ -158,7 +158,6 @@
const setTime = () => {
const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime()
}

View File

@ -57,7 +57,10 @@
class="menu-main-view"
@click="routeJump({ name: 'keyList' })"
>
<image class="menu-main-image" src="/static/images/icon_key.png"></image>
<image
class="menu-main-image transform-scale-90"
src="/static/images/icon_key.png"
></image>
<view>电子钥匙</view>
</view>
<view
@ -73,7 +76,10 @@
class="menu-main-view"
@click="routeJump({ name: 'cardList' })"
>
<image class="menu-main-image" src="/static/images/icon_card.png"></image>
<image
class="menu-main-image transform-scale-110"
src="/static/images/icon_card.png"
></image>
<view></view>
</view>
<view
@ -88,7 +94,7 @@
v-if="
currentLockInfo.lockFeature.bluetoothRemoteControl && currentLockInfo.keyRight === 1
"
class="menu-main-view"
class="menu-main-view transform-scale-110"
@click="routeJump({ name: 'remoteList' })"
>
<image class="menu-main-image" src="/static/images/icon_remote.png"></image>
@ -115,10 +121,13 @@
class="menu-main-view"
@click="routeJump({ name: 'adminList' })"
>
<image class="menu-main-image" src="/static/images/icon_admin_black.png"></image>
<image
class="menu-main-image transform-scale-140"
src="/static/images/icon_admin_black.png"
></image>
<view>授权管理员</view>
</view>
<view class="menu-main-view" @click="routeJump({ name: 'recordList' })">
<view class="menu-main-view transform-scale-105" @click="routeJump({ name: 'recordList' })">
<image class="menu-main-image" src="/static/images/icon_record.png"></image>
<view>操作记录</view>
</view>
@ -526,8 +535,8 @@
.menu-main-image {
margin-bottom: 10rpx;
width: 60rpx;
height: 60rpx;
width: 40rpx;
height: 40rpx;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB