dt-react-component icon indicating copy to clipboard operation
dt-react-component copied to clipboard

React UI component library based on antd package

Results 71 dt-react-component issues
Sort by recently updated
recently updated
newest added

关联 PR #402 之前在 4.x 上修复,3.x 同样需要修复

Improve Component

#439 ### 更新 Empty 组件 1. 添加 size 属性,`default | large` 两个值,分别对应 height: 80 和 height: 100 2. 删除 height 属性,使用 size 来设置两种类型,其余情况可以用使用 antd4.x Empty 的 `imageStyle` 来替代 3. props...

# 简介 - 优化当前 Modal 的默认 size 的宽度 - 修复 Modal 最大滚动高度为 600px 的问题 # Changes 由于项目内部引用了 theme,会去修改 font-base-size,导致 Modal 的 header 和 footer 的高度并不是正常高度,所以这里没办法通过写死高度来计算 body 的高度。目前通过 Flex 的自适应来达到限制最大高度 600px...

规范中有两种 状态标签,目前只支持了一种,需要支持另一种

refactor
Improve Component

# Intro - add useModal hook