Browse Source

style: 删除多余字段

develop
lucky 4 years ago
parent
commit
5ae397337b
  1. 1
      CHANGELOG.md
  2. 1
      src/components/TimeLine/component/TimeBox.vue

1
CHANGELOG.md

@ -55,6 +55,7 @@
- | 上下滚动时间轴 | [d533a01](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/d533a01)
- | 上下滑动加载定期任务 | [4090d89](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/4090d89)
- | 时间轴插件 | [225d3cc](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/225d3cc)
- | 时间轴骨架屏修改 | [ca78d02](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/ca78d02)
- | 时间轴上下滚动数据加载bug修改 | [e82ede4](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/e82ede4)
- | 时间轴上下滑动 | [4d0ae46](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/4d0ae46)
- | 提示信息显示bug及日常任务收缩问题 | [f2f06c5](https://dd.tall.wiki/gitea/wally/TALL-MUI-3/commits/f2f06c5)

1
src/components/TimeLine/component/TimeBox.vue

@ -40,7 +40,6 @@
:item="item"
:key="plugin.pluginTaskId"
:pluginId="plugin.pluginId"
:pluginTaskId="plugin.pluginTaskId"
:styleType="styleType || 0"
v-for="plugin in p"
/>

Loading…
Cancel
Save