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

Remove Modal.Form component in v6(v5.x 先标记 depracated,v6.x再干掉,这属于breaking changes 了

refactor

v5.x 近期变更不少,Merge进去以后同步更新语雀再Closed

documentation

将对应的尺寸按比例缩放,在大屏上也是正常显示

enhancement

1、基础样式: 展开线条是虚线,从文件夹中心展开 icon使用icon font上的上传的,尺寸按照设计稿给出的 文字大小是12px ![image](https://github.com/DTStack/ant-design-dtinsight-theme/assets/99383821/dd3ebb37-d82a-4a0c-9a3d-6bb3cff22f95) ![image](https://github.com/DTStack/ant-design-dtinsight-theme/assets/99383821/42cc19e3-c0bc-4d98-b30a-90f2ce60d917) ![image](https://github.com/DTStack/ant-design-dtinsight-theme/assets/99383821/431dd2c7-ed12-424b-b6db-443a851a90e6) 收起的样式 ![image](https://github.com/DTStack/ant-design-dtinsight-theme/assets/99383821/3ccd5469-59d7-4f21-b57d-a8df89324cea)

optimize

```css line-height: calc(15px / ${factor} - 2px); padding: 0 calc(3.3333333px / ${factor} - 1px); ```

#### 变更类型 请选择以下选项以描述 PR 的类型: - [ ] Bug 修复(修复现有问题) - [x] 新功能(添加了一个功能) - [ ] 代码优化(性能改进、代码重构) - [ ] 文档更新 - [ ] 单测新增或修改 - [ ] 其他(请说明): ####...