139 Commits

Author SHA1 Message Date
iczer
f348ddfe5e feat: custom theme colors support for dark mode; 🌟
新增:自定义主题色对暗黑模式的支持;
2020-06-30 20:49:47 +08:00
iczer
112f862988 chore: modify the i18n implementation logic of PageLayout component 🌟 2020-06-30 16:16:34 +08:00
iczer
fc0101f4e3 chore: rename some layout components; 🐶 2020-06-29 19:17:51 +08:00
iczer
6208acc477 chore: update layout component's style to solve the problem of style dislocation at mobile device; 🐶 2020-06-28 20:24:08 +08:00
iczer
b9cdfdc476 fix: adaptive width problem during chart component initialization;🐛
修复:图表组件初始化时自适应宽度问题;
2020-06-26 15:43:39 +08:00
iczer
2f34d7ac52 feat: add international language support for analysis page; 🌟
新增:分析页面增加国际化语言支持;
2020-06-24 21:08:03 +08:00
iczer
2e90b7c614 feat: add page layout i18n language config.
增加页面布局的国际化语言配置
2020-06-23 22:05:29 +08:00
iczer
19fc285134 修改:调整 设置/Setting组件 的宽度以及优化代码; 2020-06-23 18:15:29 +08:00
iczer
0bc4a06611 新增:增加设置侧边栏的国际化语言配置; 2020-06-23 16:20:50 +08:00
iczer
b16b5893c8 新增:菜单组件增加国际化语言支持; 2020-06-23 14:22:11 +08:00
iczer
68249a0458 修改:调整抽屉/Drawer 组件样式,结局布局问题; 2020-06-23 14:21:13 +08:00
iczer
98bc9b2386 修复:解决切换部分动画不生效的bug; 2020-06-22 10:36:08 +08:00
iczer
0a490feda3 修改:调整部分页面样式问题; 2020-06-21 23:53:54 +08:00
iczer
cb95fb2371 修改:侧边设置增加提示; 2020-06-21 18:40:59 +08:00
chenghongxing
ffed8a92a7 修改:更换logo; 2020-06-21 18:03:10 +08:00
iczer
9072bc93d7 新增:固定 Sider/侧边栏 功能; 2020-06-21 17:11:21 +08:00
iczer
6ef4680adb 修复:解决抽屉组件弹出时,mask不能全屏覆盖问题; 2020-06-21 16:40:16 +08:00
iczer
21c5a33401 新增:固定Header功能;
Signed-off-by: iczer <1126263215@qq.com>
2020-06-21 15:46:22 +08:00
iczer
24f23bc9b3 修复:切换色弱模式时,主题颜色重置问题; 2020-06-21 12:20:51 +08:00
iczer
63d9407a4a 修复: 解决动画方向不能选择的bug; 2020-06-20 14:52:48 +08:00
iczer
3d568c6caa 新增: 全局色弱模式; 2020-06-20 11:55:59 +08:00
iczer
5bbe94728e 修复: 修改不分页面布局问题; 2020-06-19 17:43:11 +08:00
iczer
2e9ebf7b1d 修复: 解决 内容区设置 minHeight 后导致无法自适应子元素高度问题; 2020-06-19 12:19:08 +08:00
iczer
6ca991d186 修复: 解决 IE 浏览器下异常信息不垂直居中的bug; 2020-06-18 20:19:30 +08:00
iczer
94096a3832 修复: 解决部分页面切换动画抖动问题; 2020-06-18 20:02:16 +08:00
iczer
a90fa8d106 修改: 调整布局,解决全局动画导致的界面抖动问题; 2020-06-18 18:41:08 +08:00
iczer
ce3ee754f5 新增: 全局动画切换功能; 2020-06-18 15:01:39 +08:00
iczer
25e1c0f808 修复: 更换主题色时 box-shadow 颜色无法更换的bug; 2020-06-16 20:38:44 +08:00
iczer
066ab7ec22 新增: 增加动态修改主题色功能; 2020-06-16 18:41:07 +08:00
iczer
54e6a72f3a 修改: 代码规范; 2020-06-16 10:00:24 +08:00
iczer
e1da650eb1 更新: 升级开发环境至 vue-cli3; 更新依赖库版本;解决 IE11 下不能正确显示问题; 2020-06-15 18:24:31 +08:00
zhangyu
b2c6fa2d47 feat: 修改项目依赖以确保项目能启动并稍微调整了页面公共布局提高还原度 2019-09-18 21:15:20 +08:00
iczer
f8f0294c58 refactor: register ant-design-vue components in main.js #28 2018-09-20 11:41:28 +08:00
chenghx
2137ccd4b3 fix: contextmenu box-shadow not show 2018-09-19 10:53:40 +08:00
iczer
e7f1540c04 feat: add contextmenu for page tab #25 2018-09-19 10:35:17 +08:00
chenghx
0b836882c5 feat: add multipage mode 2018-09-13 14:26:22 +08:00
chenghx
f8483833f1 refactor: update to new project structure 2018-09-11 11:45:32 +08:00
chenghx
d344efaa40 feat: add trend components 2018-09-10 16:14:58 +08:00
chenghx
626c19dcb3 feat: add copyright to setting 2018-09-07 18:01:34 +08:00
chenghx
0e61d8c247 refactor: change date utility libary: moment to date-fns 2018-09-06 15:41:04 +08:00
chenghx
cfd0b38a53 refactor: refactor style and children components 2018-09-06 14:23:40 +08:00
chenghx
5d35737db5 refactor: refactor Success page with DetailList and AStepItem components 2018-09-04 16:33:11 +08:00
chenghx
20290cec17 refactor: add settings for GlobalFooter components 2018-09-03 15:26:56 +08:00
chenghx
bf932950d6 feat: add global page toggling animation 2018-09-03 14:20:04 +08:00
chenghx
a514bb4197 feat: add setting for system's name 2018-09-03 10:39:39 +08:00
chenghx
446485a63e feat: widen the maxwidth of page content 2018-08-31 17:32:21 +08:00
chenghx
55551b2613 fix: menu item's display problem in horizontal mode 2018-08-30 17:05:52 +08:00
iczer
2adbdc8830 feat: complete layout toggle function 2018-08-30 11:57:21 +08:00
chenghx
db881e57bf feat: add layout toggle 2018-08-29 18:00:00 +08:00
chenghx
1488821833 refactor: change property rootSubmenuKeys to auto computed 2018-08-29 15:14:04 +08:00