problem description
the part below the suspension location of the page is squeezed on how to deal with it
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
<import src="../../template/calendar/index.wxml"/>
<view>
<view class="calendar-wrap" style="position:fixed; top:0;background:-sharpfff;">
<template is="calendar" data="{{...calendar}}"/>
<!-- <button class="switchView" type="primary" bindtap="jumpto"></button> -->
</view>
<view class="taskList">
<block>
<text class="task_tit"></text>
</block>
<view>
<view>
<view wx:for="{{taskList}}" wx:key="*this" class="task">
<view class="task_content">
{{item.content}}
</view>
<view class="task_remark">
<text class="task_warn"></text><text class="task_w">{{item.warn}}</text>
<text class="task_executor"></text><text class="task_e">{{item.executor}}</text>
<image src="{{item.executorImg}}" class="task_img"></image>
<!-- <button>{{}}</button> -->
</view>
</view>
</view>
</view>
</view>
</view>
what result do you expect? What is the error message actually seen?