陈帅
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
绯一
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
eruca
529dff86a6
减少一次判断,及修正一个文档错误
8 years ago
杨伟荣
4903acb408
修复侧边栏菜单不能动态显示的问题
8 years ago
杨伟荣
e3cb9b2d50
修复侧边栏菜单不能动态显示的问题
8 years ago
niko
9bf818a9ea
Add overflow-wrap & wordWrap for ? character break line. Fix : #1767 ( #1808 )
8 years ago
陈帅
e1e0a7d22e
style: Card should not use Spin
8 years ago
EthanWan
c5df07343d
fix: modify argument name ( #1752 )
8 years ago
ubbcou
f347ead84d
check it when authority is string and currentAuthority is array. And update CheckPermissions test
8 years ago
ubbcou
fdd6035f94
Increase the permission judgment: when the user's permission is an array.
8 years ago
JoeyKo
268e0ee533
onTabChange fixed
8 years ago
yoyo837
6984ac0503
See #1729
8 years ago
yoyo837
bfda5fe23d
naming specification
8 years ago
yoyo837
d1b424df1c
fix some other eslint error , close #1722
8 years ago
陈帅
494a4681dc
Remove Authorized circular reference
8 years ago
Minqi Pan
2fa5a26573
stop re-assigning read-only "currentUser"
8 years ago
陈帅
d7b87c27db
fix some eslint error
8 years ago
Kevin Lee
84a05cbd18
fix: HeaderSearch 组件中添加对 enter 键的防抖处理
1. 删除无用 timeout 代码
2. 利用 lodash 中的 debounce 函数增加防抖处理
3. 添加 gitignore 规则,排除 VSC 插件生成的 .history 文件夹
close #1703
8 years ago
Amumu
43a570da7c
For robustness
close #1661
8 years ago
afc163
2465ac2c30
Fix PageHeader align issue, close #1693
8 years ago
afc163
631b6658a8
Fix PageHeader align
8 years ago
guowenfh
e685dc6881
fix chechPermissions.js isPromise(bool)
8 years ago
guowenfh
a8f8180485
fix checkPermissions if bool
8 years ago
guowenfh
80dc0567a6
feature: add <Authorized/> authority function
After performing return Promise is render <PromiseRender/> component
8 years ago
niko
0f9f76783a
fix Ellipsis floor-mid to ceil-mid #1258 ( #1680 )
8 years ago
yoyo837
aaca87ccc7
rc-drawer-menu is deprecated, use rc-drawer instead. Apply API change, fix iconHandle not work.
8 years ago
twisger
456d25aa60
change api name
8 years ago
twisger
5baed891ed
feature: consider full-width character length as 2 when calculate string length
8 years ago
patientayo
bcb9280cd1
fix: waterwave doesn't render when precent=0
8 years ago
Mashiro
7ffc34b3d4
fix: add property className into interface IHeaderSearchProps
8 years ago
Sean Bao
2553b04bdf
Fix children empty judgement in Description
8 years ago
jim
2fbc37b0b4
fix eslint error
8 years ago
柴茂源
536ce374a3
remove captcha button height
8 years ago
jim
95dbbf9f6c
Fix the IE style exception
8 years ago
niko
7dbd7c40d2
fix length property include "..." tail length ( #1592 )
8 years ago
jim
ec8f082284
add Trend reverseColor doc
8 years ago
Nikhil Bhargava
d6330a71ba
Allow toggling to let upward trends be positive (instead of only negative)
- Update prop name to be `reverseColor`
8 years ago
jim
3cfbae3b31
fix ci
8 years ago
此去
4bec5248b9
fix typo
`getMeunMatchKeys` => `getMenuMatchKeys`
8 years ago
jim
63fcc3d979
Ugly fix #1409
8 years ago
Liu Yue
e15226a384
fix broken login page on mobile device with small screen resolution ( #1483 )
* fix broken login page on mobile device with small screen resolution
* fix weird padding of Result component in mobile device
* make result page of step-form looks better on mobile device
8 years ago
Alan Wei
c6bbef8557
tweak test case description
8 years ago