Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/fab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ isComponent: true

Fab 组件默认定位 `right: 16px; bottom: 32px;`,且拖拽功能也是通过调整 `right` 与 `bottom` 属性值实现,因此在使用 `Fab` 组件时,仅支持通过 `style/customStyle` 属性设置 `right/bottom` 来调整初试位置, 避免使用 `top/left`。

### 开启 Skyline 渲染引擎后,组件所在页面崩溃?

因为 Skyline 还不支持多层阴影,要等微信官方处理。当下可参考 [#2865](https://github.com/Tencent/tdesign-miniprogram/issues/2865) 进行规避处理


## API

Expand Down
6 changes: 6 additions & 0 deletions src/indexes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ isComponent: true

{{ custom }}

## FAQ

### 在滚动元素中, Indexes 索引组件失效([#3746](https://github.com/Tencent/tdesign-miniprogram/issues/3746))?

`Indexes` 组件自 `0.32.0` 版本开始移除了对 `scroll-view` 的依赖,组件内部使用 [wx.pageScrollTo](https://developers.weixin.qq.com/miniprogram/dev/api/ui/scroll/wx.pageScrollTo.html) 滚动到指定位置,因此只支持页面级滚动,不支持在滚动元素中嵌套使用,包括 overflow: scroll、 scroll-view 等。

### API

### Indexes Props
Expand Down