From 0caf4040f31cb354b33219bb8e2313c085c643a2 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 13 六月 2024 17:43:47 +0800 Subject: [PATCH] fix: 修改报警列表的样式 --- other/alarm/index.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/other/alarm/index.wxml b/other/alarm/index.wxml index 4a891ab..cc40906 100644 --- a/other/alarm/index.wxml +++ b/other/alarm/index.wxml @@ -31,7 +31,7 @@ </view> </view> </view> - <scroll-view class="sc" scroll-y="true" style="height: calc(100% - 50rpx)" scroll-top="{{scrollTop}}" bindscrolltolower="onReachBottom"> + <scroll-view class="sc" scroll-y="true" style="height: calc(100% - 142rpx)" scroll-top="{{scrollTop}}" bindscrolltolower="onReachBottom"> <view class="tui-menu-list tui-youjiantou" wx:for="{{alarmList}}" wx:for-item="alarm_item" wx:for-index="node_index" wx:key="node_index"> <view> <block> -- Gitblit v1.9.3