Browse Source

feat: 切换时间轴模式按钮变小

test2
xuesinan 3 years ago
parent
commit
f8a333d45d
  1. 1
      CHANGELOG.md
  2. 6
      pages/project/project.vue

1
CHANGELOG.md

@ -86,6 +86,7 @@
- | 增加位置信息并传参给内嵌插件 | [fe5fe4e](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/fe5fe4e)
- | 长按改变层级 | [c25319a](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/c25319a)
- | 账户名密码登录 | [ebf456e](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/ebf456e)
- | 重复数据删除 | [99aa565](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/99aa565)
- | 主体颜色 | [bb5c0e3](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/bb5c0e3)
- | 注册、用户协议 | [68e9189](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/68e9189)
- | 状态栏、导入 | [f30bac2](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/f30bac2)

6
pages/project/project.vue

@ -28,9 +28,9 @@
<!-- <u-button @click="$store.commit('setTheme', 'theme-test')">测试切换主题</u-button> -->
</view>
<u-button style="position: fixed; bottom: 100px" @click="changeModal">{{
timeLineType === 1 ? '切换到任务模式' : '切换到时间轴模式'
}}</u-button>
<u-button size="mini" style="position: fixed; bottom: 20px; left: 100px;" @click="changeModal">
{{ timeLineType === 1 ? '切换到任务模式' : '切换到时间轴模式' }}
</u-button>
</theme>
</template>

Loading…
Cancel
Save