陈帅
d68666fedf
fix #2027,optimization style
8 years ago
陈帅
b4858a6adf
fix #1945 and use Skeleton replace card
8 years ago
zinkey
24e9ab7fc3
fixed umi/link umi/router
8 years ago
陈帅
8b03bd0f1f
fix #2027 style warning
8 years ago
陈帅
edaef0a27b
Remove redundant package references
8 years ago
陈帅
5b3826d6cd
add backText api doc
8 years ago
陈帅
3928e0d61b
feat:Decoupling component dependency
8 years ago
陈帅
4fdd2b0354
change min-height = 100vh
8 years ago
sorrycc
304574aac8
code style, use @/layouts/ and remove /index affix
8 years ago
陈帅
ec93edcc60
Increase the judgment of pathname
8 years ago
陈帅
a2368883a5
use drawer repalce rc-drawer
8 years ago
陈帅
8b2b78e64d
fix #1981 change import function
8 years ago
陈帅
6138c0362d
add hideCheckAll in TagSelect
8 years ago
Sean Bao
5f54badd2b
Fix header search debounce enter
8 years ago
陈帅
77ce0fdf1a
doc:Modify the error of the document
8 years ago
陈帅
189e6c5c59
Features: add buttonText on Login.Captcha
8 years ago
Yun Chen
d7b4f80055
[BugFix] Fix chart data type and requirement
By watching TimelineChart Example:
[Charts Demo](https://pro.ant.design/components/Charts#scaffold-src-components-Charts-demo-mini-area )
```javascript
const chartData = [];
for (let i = 0; i < 20; i += 1) {
chartData.push({
x: (new Date().getTime()) + (1000 * 60 * 30 * i),
y1: Math.floor(Math.random() * 100) + 1000,
y2: Math.floor(Math.random() * 100) + 10,
});
}
```
1. X-Axis (Timeline): The type should be like `number`.
2. Y-Axis (Value): The y2 may not be required if I just want to draw y1 only.
8 years ago
Sean Bao
784d71e2ff
Fix PageHeader Tabs Display Issue
对`PageHeader`中的`tabList`展示逻辑做了更新,原本的实现会在外部传入一个空数组`tabList`时展现一个0出来(`tabList.length`的返回值)
8 years ago
卡色
6018ee69ee
docs(trend): reverseColor default value is false
8 years ago
niko
b75ca54a70
fix Ellipsis break in firefox #1882 ( #1921 )
8 years ago
陈帅
ef806d1962
style: change <> to React.Fragment
8 years ago
绯一
724fea668d
fix: lint and d.ts
8 years ago
绯一
1c74c62784
feat: export bizcharts
8 years ago
绯一
f131b5024e
fix: use max-height to replace height for better vertical-align ( #1919 )
8 years ago
yoyo837
fcc48447b3
FooterToolBar width is fixed at 100% when using rc-drawer SliderMenu.
8 years ago
eruca
503dcfd538
减少一次判断,及修正一个文档错误
8 years ago
杨伟荣
99099eb20d
修复侧边栏菜单不能动态显示的问题
8 years ago
杨伟荣
a5b5f9c8da
修复侧边栏菜单不能动态显示的问题
8 years ago
niko
582523ccc9
Add overflow-wrap & wordWrap for ? character break line. Fix : #1767 ( #1808 )
8 years ago
陈帅
d17780f466
style: Card should not use Spin
8 years ago
Juan Rodrigo Venegas Boesch
f2b99a12e0
NoticeIcon new feature
8 years ago
绯一
1fb2185d7d
fix: lint and d.ts
8 years ago
绯一
5215714999
feat: export bizcharts
8 years ago
绯一
0e3c49390a
fix: use max-height to replace height for better vertical-align ( #1919 )
8 years ago
yoyo837
c294c85bf1
FooterToolBar width is fixed at 100% when using rc-drawer SliderMenu.
8 years ago
陈帅
ab481066f6
Optimization: Reduce the dependency of the setting component
8 years ago
陈帅
e2fda6ecae
bugfix: fix site script
8 years ago
eruca
529dff86a6
减少一次判断,及修正一个文档错误
8 years ago
杨伟荣
4903acb408
修复侧边栏菜单不能动态显示的问题
8 years ago
杨伟荣
e3cb9b2d50
修复侧边栏菜单不能动态显示的问题
8 years ago
张秀玲
a8d201b9e3
translate error page
8 years ago
陈帅
15c8853a0d
Optimization: Robust code
8 years ago
陈帅
b0be02b1c0
Optimization:change to antd drawer
8 years ago
陈帅
57c9820e4e
Optimization: Remove the use router.js and menu.js
8 years ago
陈帅
e7a78e7d8e
bugfix: fix trigger error
8 years ago
陈帅
b1ef8d423f
bugfix: Fix trigger page
8 years ago
陈帅
d6860a7203
change to umi
8 years ago
陈帅
08ed292916
bugfix: paernt ->getContainer
8 years ago
陈帅
f07927f813
Increase dynamic switching local
8 years ago
陈帅
5bf31a42f1
add change lang button
8 years ago