sula icon indicating copy to clipboard operation
sula copied to clipboard

🚀 Pluggable enterprise-level configurable framework based on antd.

Results 66 sula issues
Sort by recently updated
recently updated
newest added

### Description sula中未引入antd样式,在src目录下新建global.ts并导入antd主题 ``` // global.ts import 'antd/dist/antd.less'; ``` 如果我想换个主题怎么做,例如修改@primary-color. antd中关于定制主题,可以通过建立一个单独的 less 变量文件,引入这个文件覆盖 antd.less 里的变量。这种方式我试了不可行。所以有其他解决方案吗?

### Description Currently the `antd`, `react`, `eCharts` etc. are hard-linked into the package, making the produced bundle size large. Please consider + enabling `dynamic imports` + allowing external libraries to...

### Question 想弄一个表单设计器,需要满足下面的需求 1、使用react-dnd拖拽(或者其他) 2、基于sula完成渲染表单 3、表单元素校验(支持单个校验或多个元素关联校验) 4、自定义组件 :查询框(点击Input弹出modal,选中记录 回填数据),table等 5、等等。。 另外:sula和[formily](http://formilyjs.org/#/bdCRC5/dzUZU8il)的设计思路,覆盖的场景的区别? ### Description 大致效果如下: ![image](https://github-production-user-asset-6210df.s3.amazonaws.com/2361325/83943400-59fdf900-a82e-11ea-8fcd-3817470417e1.png)

- Improved some typescript syntax error prompts - add @types/classnames

### Description model为view的时候,如果input框内容过长 disabled状态下是看不全内容的 ### Solution

当前view模式是直接采用禁用表单组件来呈现,应增加”字符串“组件做view展示