The lower part of the suspension positioning of the page is squeezed up how to deal with it.

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?

Css
Apr.09,2021

.taskList give a margin-top, value according to the size of your calendar


the height of my calendar varies from month to week


do you want to use the drop-down to refresh the bottom to load the next page?
use flex layout if you don't need it. If you don't use fiexd
, then wx has api to calculate the node size. Set margin-top in the list

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b376c7-2b8e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b376c7-2b8e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?