50 Commits

Author SHA1 Message Date
chenghongxing
4e6a060dfe feat: add login blocking; 🌟
新增:登录拦截功能;
2020-07-20 22:39:46 +08:00
chenghongxing
d21a2ab062 chore: optimize the i18n code of router; 🌟 2020-07-20 21:39:00 +08:00
chenghongxing
886a19ddfc chore: add i18n support for TabsView.vue; 🌟 2020-07-20 08:49:20 +08:00
chenghongxing
3573a51dbd chore: add i18n support for TabsView.vue; 🌟 2020-07-19 18:40:27 +08:00
秦旭洋
0f7f73fd1a refactor: 重构TabView和ContextMenu的部分逻辑
1. 提取并修改getPageKey函数,表意更明确
2. 修复ContextMenu点击失败的bug(菜单项之间有margin缝隙)
3. 其他个别代码格式(基于eslint)调整
2020-07-13 17:54:15 +08:00
iczer
255f68709e fix: solve the cache problem in multi tabs mode; 🐛
修复: 解决多页签模式下的内存泄露问题;
2020-07-10 21:48:29 +08:00
iczer
107e08c08e fix: issue of contextmenu in TabsView component; 🐛
修复:TabsView 组件右键菜单的bug;
2020-07-10 19:09:41 +08:00
iczer
9d5c100960 feat: add the configuration of disable animation; 🌟
新增:禁用页面切换动画的功能;
2020-07-10 11:56:36 +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
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
14f6aebfe1 fix: style issues with side menu components and drawer components; 🐛
修复:侧边菜单组件和抽屉组件的样式问题;
2020-07-02 11:21:51 +08:00
iczer
5f68e2d231 chore: optimize the realization of theme color 🌟 2020-07-01 17:23:39 +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
ff4364262d fix: the problem that the notification window does not open properly; 🐛 #79
修复:通知窗口不能正常打开问题;
2020-06-24 17:15:09 +08:00
iczer
1ab1f1b224 feat: optimize international language settings; 🌟
优化国际化语言设置功能;
2020-06-24 16:31:02 +08:00
iczer
2e90b7c614 feat: add page layout i18n language config.
增加页面布局的国际化语言配置
2020-06-23 22:05:29 +08:00
iczer
0bc4a06611 新增:增加设置侧边栏的国际化语言配置; 2020-06-23 16:20:50 +08:00
iczer
b16b5893c8 新增:菜单组件增加国际化语言支持; 2020-06-23 14:22:11 +08:00
iczer
0a490feda3 修改:调整部分页面样式问题; 2020-06-21 23:53:54 +08:00
iczer
54c130a1b0 修改:调整顶部小组件样式,解决组件垂直对齐的问题; 2020-06-21 20:07: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
a5f486a03d 修改:修复顶部通知组件 light 主题下颜色不更换问题; 2020-06-21 16:04:23 +08:00
iczer
21c5a33401 新增:固定Header功能;
Signed-off-by: iczer <1126263215@qq.com>
2020-06-21 15:46:22 +08:00
iczer
9baf57f4ee 修复:解决头部通知组件计算主题时栈溢出异常; 2020-06-20 15:37:09 +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
94096a3832 修复: 解决部分页面切换动画抖动问题; 2020-06-18 20:02:16 +08:00
iczer
a73159aef8 修复: 美化 chrome、fireFox、IE 滚动条样式; 2020-06-18 20:01:41 +08:00
iczer
a90fa8d106 修改: 调整布局,解决全局动画导致的界面抖动问题; 2020-06-18 18:41:08 +08:00
iczer
d4d46eeaae 修复: 点击菜单栏时控制台报路由重复导航警告bug; 2020-06-18 16:06:50 +08:00
iczer
ce3ee754f5 新增: 全局动画切换功能; 2020-06-18 15:01:39 +08:00
iczer
2cef3795ac 修复: 重复导航路由bug; 2020-06-16 19:09:35 +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
iczer
01e9be732e fix: HeaderNotice style problem #29
Closes #29
2019-01-11 23:57:15 +08:00
iczer
f8f0294c58 refactor: register ant-design-vue components in main.js #28 2018-09-20 11:41:28 +08:00
iczer
e7f1540c04 feat: add contextmenu for page tab #25 2018-09-19 10:35:17 +08:00
chenghx
366575e8f6 feat: multipage contextmenu 2018-09-14 18:02:35 +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