Browse Source

fix: 修复日常任务面板内容显示不全的问题

tall
xuesinan 4 years ago
parent
commit
053be5bba5
  1. 3
      CHANGELOG.md
  2. 2
      src/components/Globals/Globals.vue

3
CHANGELOG.md

@ -1,4 +1,4 @@
# 0.1.0 (2021-09-27) # 0.1.0 (2021-09-28)
### 🌟 新功能 ### 🌟 新功能
范围|描述|commitId 范围|描述|commitId
@ -195,6 +195,7 @@
### 🔨 代码重构 ### 🔨 代码重构
范围|描述|commitId 范围|描述|commitId
--|--|-- --|--|--
- | 更改版本号 | 64af936
- | 界面样式调整 | 4367249 - | 界面样式调整 | 4367249
- | 任务状态重构 | 4693655 - | 任务状态重构 | 4693655
- | 删除多余的技术验证界面 | 542ae5b - | 删除多余的技术验证界面 | 542ae5b

2
src/components/Globals/Globals.vue

@ -1,6 +1,6 @@
<template> <template>
<view class="m-2" v-if="globals && globals.length"> <view class="m-2" v-if="globals && globals.length">
<u-card @click="openCard" :show-foot="false" :show-head="false" style="max-height: 218rpx" border-radius="25" margin="0"> <u-card @click="openCard" :show-foot="false" :show-head="false" style="max-height: 340rpx" border-radius="25" margin="0">
<!-- :style="{ 'max-height': isShrink ? '106rpx' : '340rpx' }" --> <!-- :style="{ 'max-height': isShrink ? '106rpx' : '340rpx' }" -->
<view slot="body"> <view slot="body">
<scroll-view :scrollY="true" style="max-height: 280rpx"> <scroll-view :scrollY="true" style="max-height: 280rpx">

Loading…
Cancel
Save