didi / epage

一款基于schema的低代码可视化页面配置工具
http://epage.didichuxing.com
MIT License
460 stars 94 forks source link

新widget需求 #6

Open wqr2016 opened 4 years ago

wqr2016 commented 4 years ago

Describe the bug 背景:在调查问卷类型的表单中经常需要几个场景 1)尾部的提交信息,能够浮动,便于快速提交。 2)调查问卷的中间,经常会使用Grid将多个Tab页进行不同内容放在一起,类似电商里面的评价、详情、推荐等。当页面滑动到这个Grid时,需要到达顶部后继续吸顶后。 3)标签,用来展示说明信息。

需求:

  1. 扩展Grid中增加属性或者创建新的Grid,支持场景1)2)
  2. 增加标签这个widget,支持场景3)

Thx

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

tt-ghost commented 4 years ago

@wqr2016 1和2我理解都是吸顶或吸底需求,1是页面展示唯一的,2是与页面的某个块有对应关系 3是比较常见的展示类widget,类似还有步骤条、轮播图等,这些进来都会慢慢完善,也欢迎提pr一起贡献。不过需求先收下了