178 Commits

Author SHA1 Message Date
iczer
1db4c1fafc fix: the problem that can't hide check box of StandardTable.vue; 🐛
修复:StandardTable.vue 组件不能隐藏勾选框的问题;
2020-07-31 17:47:22 +08:00
iczer
c27e97beff feat: add prop openKeys and event openChange for menu.js; 🌟
新增:menu.js 增加 openKeys 属性和 openChange 事件;
2020-07-31 16:43:10 +08:00
iczer
703125542f Merge branch 'basic-async-router' into basic 2020-07-29 12:08:09 +08:00
chenghongxing
17e7df6860 chore: add boolean type support for props pagination of StandardTable.vue ; 🌟 2020-07-29 09:09:43 +08:00
iczer
c9e4451974 chore: optimize the code of async router; 🌟 2020-07-28 20:48:02 +08:00
chenghongxing
a3bca2756e Merge remote-tracking branch 'origin/basic' into basic 2020-07-25 13:12:15 +08:00
chenghongxing
ccba1485b1 chore: optimize the code of StandardTable.vue; 🌟 2020-07-25 13:08:48 +08:00
iczer
6ef62b352c fix: problem of props rowKey in StandardTable.vue; 🐛
修复:StandardTable.vue props 属性 rowKey 的bug;
2020-07-24 17:38:37 +08:00
chenghongxing
de9af0c238 feat: add slots support for StandardTable.vue; 🌟 2020-07-23 12:52:20 +08:00
chenghongxing
a62c293e42 chore: optimize the code of theme color; 🌟 2020-07-22 19:47:16 +08:00
chenghongxing
21cfb454d7 chore: optimize the code; 🌟 2020-07-21 09:40:10 +08:00
chenghongxing
d21a2ab062 chore: optimize the i18n code of router; 🌟 2020-07-20 21:39:00 +08:00
iczer
8688661c8c chore: optimize the code of StandardTable.vue; 🌟 2020-07-17 13:24:26 +08:00
chenghongxing
e6fb49260d feat: add support for scopedSlots in StandardTable.vue; 🌟
新增:StandardTable.vue 组件增加 scopedSlots 的支持;
2020-07-16 19:46:27 +08:00
秦旭洋
0f7f73fd1a refactor: 重构TabView和ContextMenu的部分逻辑
1. 提取并修改getPageKey函数,表意更明确
2. 修复ContextMenu点击失败的bug(菜单项之间有margin缝隙)
3. 其他个别代码格式(基于eslint)调整
2020-07-13 17:54:15 +08:00
iczer
1f26734a13 chore: optimize exception page; 🌟 2020-07-10 17:56:54 +08:00
iczer
58caeee45c bug: fix problem that page jitter when animation disabled; 🌟
修复:禁用动画时页面抖动的问题;
2020-07-10 12:12:31 +08:00
iczer
9d5c100960 feat: add the configuration of disable animation; 🌟
新增:禁用页面切换动画的功能;
2020-07-10 11:56:36 +08:00
iczer
d78f6d61d7 chore: optimize the function of copy configuration code ; 🌟 2020-07-10 11:12:13 +08:00
iczer
40472b21dd feat: add the function of copying configuration code; 🌟
新增:复制配置项代码的功能;
2020-07-09 21:24:55 +08:00
iczer
b5d17cd63b chore: refactor the code of configuration; 🌟 2020-07-09 17:42:59 +08:00
iczer
44a99a2987 chore: optimize the api of drawer components; 🌟 2020-07-09 12:10:36 +08:00
iczer
195624a0a1 feat: add configuration of hidden settings drawer; 🌟
新增:隐藏设置抽屉的配置;
2020-07-09 11:52:30 +08:00
iczer
1f02623837 chore: optimize the color of the setting trigger and ColorCheckbox component in night mode; 🌟 2020-07-09 11:01:35 +08:00
iczer
ee3265a151 fix: problem of img-check-box component in radio mode; 🐛
修复:img-check-box 组件在单选模式下的问题;
2020-07-09 10:58:31 +08:00
iczer
4a06f1603e
Merge branch 'master' into theme 2020-07-08 22:37:13 +08:00
iczer
6e5592fff7 chore: Optimize the code of the theme switching function; 🌟 2020-07-08 20:51:06 +08:00
iczer
719dba0bd9 fix: problem of component style in night mode; 🐛
修复:夜晚模式下组件样式问题;
2020-07-08 11:49:12 +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
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
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
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