愚道
b0816a4c35
fix: remove unnecessary files
8 years ago
愚道
ffc305e453
move error service to the right place
8 years ago
lijiehua
16a0921837
搜索列(SearchList)头部的tablist不能切换
8 years ago
zinkey
8a8ffc51e4
fixed form
8 years ago
陈帅
8b03bd0f1f
fix #2027 style warning
8 years ago
陈帅
c9ba69fd24
bigfix:Fix drawer hidden bug
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
42b97cfbfc
remove tmp code
8 years ago
sorrycc
304574aac8
code style, use @/layouts/ and remove /index affix
8 years ago
sorrycc
ece1a97b1c
Make model and page together
8 years ago
sorrycc
d6b2123b19
move src/pages/layouts to src/layouts
8 years ago
sorrycc
eb10d8648d
remove unused files
8 years ago
sorrycc
13dc0de0f8
Remove unused files
8 years ago
sorrycc
6e3f3cc6ee
Init roolbar in global.js
8 years ago
sorrycc
5714498fc9
remove unused file
8 years ago
sorrycc
50cd334f27
polyfill with umi-plugin-react
8 years ago
sorrycc
c20ddf8d51
global.less don't need to wrap with :global
8 years ago
陈帅
2ba897f071
fix #1989 Fix problem with scroll not working
8 years ago
陈帅
ec93edcc60
Increase the judgment of pathname
8 years ago
陈帅
c26ff4286c
The order of modification is the same as the menu
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
陈帅
d2de675e88
Modify a few logical errors
8 years ago
陈帅
36eeb6c169
localStorage -> sessionStorage
8 years ago
陈帅
77ce0fdf1a
doc:Modify the error of the document
8 years ago
陈帅
189e6c5c59
Features: add buttonText on Login.Captcha
8 years ago
陈帅
cb3c382bc3
Features:Fetch increase cache
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
KJlmfe
0196493ae0
refactor: connect,Form.create use decorator
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
KJlmfe
ba7cbf0d1b
style: fix typo bashRedirect=>baseRedirect
8 years ago
niko
b75ca54a70
fix Ellipsis break in firefox #1882 ( #1921 )
8 years ago
陈帅
93c49f0a32
delete index.ejs
8 years ago
陈帅
ef806d1962
style: change <> to React.Fragment
8 years ago
afc163
56a07488bf
Fix rerender bug of ListContent
the definition should not be placed in render
close #1922
8 years ago
陈帅
acd357c8dc
bugfix:change lang text
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
gentlecoder
cbadacb240
remove unused closing tag ( #1876 )
8 years ago
eruca
503dcfd538
减少一次判断,及修正一个文档错误
8 years ago
杨伟荣
99099eb20d
修复侧边栏菜单不能动态显示的问题
8 years ago
杨伟荣
a5b5f9c8da
修复侧边栏菜单不能动态显示的问题
8 years ago