Skip to content

Commit

Permalink
fix(SelectCascader): 解决在安卓端不能选择问题 fix #289 (#302)
Browse files Browse the repository at this point in the history
* fix:发布 iOS 应用商店:一. 创建AppID

* fix:发布 iOS 应用商店优化排版

* fix:ios应用商店文档更新及排版优化

* fix:修改环境安装文档语法错误及部分内容优化

* fix:更新ios应用发布流程

* fix:ios应用商店发布更新

* fix:更新ios及安卓应用商店发布

* fix:安卓上架更新

* fix:增加button自定义文本实例

* fix:增加checkBox复选框size调整及文档描述效果展示

* doc:更新文档导入图片

* doc(website): Update Readme.md

* fix:修复SpeedDial Android 点击事件失效及拖拽失效问题 #286

* fix:解决SelectCascader 在安卓端不能选择问题 #289

Co-authored-by: 杨楠 <[email protected]>
  • Loading branch information
Amber-Nan and 杨楠 authored Oct 22, 2021
1 parent 2463d53 commit 42ce9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default (props: ModalProps = {}) => {
// !layoutHeight && isVertical ? { display: display } : {},
// !layoutWidth && isHorizontal ? { display: display } : {},
// // getTransformStyle(),
{ transform: [translateStyle] },
{ transform: [translateStyle], position: 'relative', zIndex: 10000 },
]}
>
{children}
Expand Down

0 comments on commit 42ce9d6

Please sign in to comment.