395 Commits

Author SHA1 Message Date
iczer
719dba0bd9 fix: problem of component style in night mode; 🐛
修复:夜晚模式下组件样式问题;
2020-07-08 11:49:12 +08:00
iczer
32577b038a fix: start problem in dev env; 🐛
修复:开发环境下的启动问题;
2020-07-08 10:55:18 +08:00
iczer
4063a4f08a feat: add global night mode; 🌟
新增:全局夜晚模式;
2020-07-06 21:52:36 +08:00
iczer
98e02874ed chore: optimizing the implementation logic of theme color modification; 🌟 2020-07-02 22:41:21 +08:00
iczer
5c0ccf9df9 fix: selection problem in ColorCheckBox radio mode; 🐛
修复:ColorCheckBox 单选模式下的选择问题;
2020-07-02 22:22:12 +08:00
iczer
3ed878b8f3 fix: the problem that layout and theme initialization settings do not take effect; 🐛
修复:导航布局和主题设置不生效问题;
2020-07-02 21:58:45 +08:00
iczer
c6ba8815fb fix: selection problem in ColorCheckBox radio mode; 🐛
修复:ColorCheckBox 单选模式下的选择问题;
2020-07-02 21:53:50 +08:00
iczer
36e9e0a9f0 fix: setting language does not work in src/config/config.js; 🌟 2020-07-02 14:39:14 +08:00
iczer
9425bcb1f9 chore: add comments for settings; 🌟 2020-07-02 14:37:42 +08:00
iczer
77781e418a chore: console error message; 🐛 2020-07-02 14:06:34 +08:00
iczer
2a45a8122a fix: animation settings do not work; 🐛
修复:动画设置不生效的问题;
2020-07-02 14:05:31 +08:00
iczer
14f6aebfe1 fix: style issues with side menu components and drawer components; 🐛
修复:侧边菜单组件和抽屉组件的样式问题;
2020-07-02 11:21:51 +08:00
iczer
7f6b9e9599 fix: the problem that side menu not work in IE; 🐛
修复:IE 浏览器下侧边栏不能正常工作的bug;
2020-07-02 09:02:31 +08:00
iczer
73d7febde3 chore: update preview.png 🌟 2020-07-01 21:48:45 +08:00
iczer
fa3279b04c chore: update preview.png 🌟 2020-07-01 21:44:20 +08:00
iczer
47ef56cddf chore: update preview.png 🌟 2020-07-01 21:41:15 +08:00
iczer
a87b1aafd0 chore: update preview.png 🌟 2020-07-01 21:35:06 +08:00
iczer
b35b4a5d5a chore: update preview.png 🌟 2020-07-01 21:29:07 +08:00
iczer
cac285dfdd chore: update preview.png 🌟 2020-07-01 20:40:54 +08:00
iczer
397f4b4ab8 chore: optimize the realization of theme color 🌟 2020-07-01 17:30:20 +08:00
iczer
5f68e2d231 chore: optimize the realization of theme color 🌟 2020-07-01 17:23:39 +08:00
iczer
42a34f7a16 fix: the problem that changing the theme color does not work because of cache reasons 🌟
修复: 缓存原因导致主题色更换不生效的问题;
2020-06-30 21:21:42 +08:00
iczer
8034f474d6 fix: the problem that changing the theme color does not work because of cache reasons 🌟
修复: 缓存原因导致主题色更换不生效的问题;
2020-06-30 21:04:37 +08:00
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
9dcf6557cf fix: the problem of page not switching when closing the current tab;🐛 #82
修复:关闭当前页签时页面不切换的问题;
2020-06-28 10:46:06 +08:00
iczer
2852125b76 feat: add Chinese document;🌟
新增:添加中文文档;
2020-06-27 21:49:04 +08:00
iczer
b9cdfdc476 fix: adaptive width problem during chart component initialization;🐛
修复:图表组件初始化时自适应宽度问题;
2020-06-26 15:43:39 +08:00
iczer
f90b6e8731 update preview image; 2020-06-25 11:40:11 +08:00
iczer
80e3f41419 fix: tabs scroll problem when analysis page's width is not enough;🐛 #80
修复:分析页面宽度不足时 tabs 组件的滚动问题;
2020-06-24 23:48:53 +08:00
iczer
9caba7cc66 fix: tabs scroll problem when analysis page's width is not enough;
; 🐛 #80
修复:分析页面宽度不足时 tabs 组件的滚动问题;
2020-06-24 23:41:02 +08:00
iczer
9eeb53f4ff feat: add international language support for basicForm page; 🌟
新增:標準表單页面增加国际化语言支持;
2020-06-24 22:31:03 +08:00
iczer
2f34d7ac52 feat: add international language support for analysis page; 🌟
新增:分析页面增加国际化语言支持;
2020-06-24 21:08:03 +08:00
iczer
2cb54136b5 feat: add statements and phrase mode for i18n-extend plugin; 🌟
新增:i18n-extend 插件增加语句模式和词组模式;
2020-06-24 20:11:54 +08:00
iczer
fa3fa22f3c feat: add international language support for workplace page; 🌟
新增:工作台页面增加国际化语言支持;
2020-06-24 18:53:17 +08:00
iczer
ff4364262d fix: the problem that the notification window does not open properly; 🐛 #79
修复:通知窗口不能正常打开问题;
2020-06-24 17:15:09 +08:00
iczer
75921a02ae feat: add international language support for advanced forms page; 🌟
新增:高级表单页增加国际化语言支持;
2020-06-24 16:36:23 +08:00
iczer
d58dafeda9 feat: new custom plugin of Vue; 🌟
新增:新增Vue自定义插件;
2020-06-24 16:34:23 +08:00
iczer
1ab1f1b224 feat: optimize international language settings; 🌟
优化国际化语言设置功能;
2020-06-24 16:31:02 +08:00
iczer
94fb7964b2 fix: Fix the problem that the international setting of ant-design-vue does not work.
修复 ant-design-vue 国际化配置不生效问题。
2020-06-24 16:22:31 +08:00
iczer
2e90b7c614 feat: add page layout i18n language config.
增加页面布局的国际化语言配置
2020-06-23 22:05:29 +08:00
iczer
2382dd8abc fix: components's style overlay problem when toggle theme color. (切换主题色时组件样式覆盖问题。)
fixes #78
2020-06-23 18:57:00 +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
198b1e2ab5 新增:增加国际化语言支持; 2020-06-23 14:19:42 +08:00
iczer
98bc9b2386 修复:解决切换部分动画不生效的bug; 2020-06-22 10:36:08 +08:00