196 Commits

Author SHA1 Message Date
chenghongxing
4a7bee7506 feat: add configuration for width of page content;
新增:增加页面内容宽度配置;
2020-09-06 12:16:51 +08:00
iczer
6da3e78157 fix: style problem of tooltip in setting pane; 🐛
修复:设置面板中 tooltip 组件的样式问题;
2020-08-31 12:39:51 +08:00
iczer
e5d56675b8 feat: add mixed navigation mode;
新增:混合导航模式;
2020-08-31 12:12:32 +08:00
iczer
b1208950da fix: problem that title of menu item can't be hidden when using slot icon in side menu; 🐛
修复:在侧菜单中使用插槽图标时,菜单项标题不能隐藏的问题;
2020-08-27 19:54:31 +08:00
iczer
3b4a7e733d feat: add scoped slot for icon in menu.js;
新增:为 menus.js 的 icon 增加 scoped slot API;
2020-08-27 19:06:39 +08:00
iczer
14685fdfd8 feat: add scoped slot for icon in menu.js;
新增:为 menus.js 的 icon 增加 scoped slot API;
2020-08-27 18:56:48 +08:00
chenghongxing
b364cc28ce feat: add watch method for i18n and options of menu.js;
新增:为 menu.js 组件增加 i18n 和 options 选项的监听;
2020-08-26 21:58:39 +08:00
chenghongxing
966c587e49 fix: problem that the menu item can't be activated when the route changes; 🐛
修复:路由切换时,菜单项无法激活的问题;
2020-08-26 17:27:58 +08:00
chenghongxing
9f24da1f71 feat: add configuration of hiding page title in PageLayout; #106
新增:增加隐藏 PageLayout 布局中页面标题的配置;
2020-08-25 19:24:01 +08:00
chenghongxing
465c84ec39 fix: style problem of dropdown components in Setting.vue; 🐛 #105
修复:设置面板里下拉组件的样式问题;
2020-08-25 18:43:06 +08:00
chenghongxing
dab93a1ffb fix: style problem caused by layout;
修复:布局调整导致的样式问题;
2020-08-24 15:59:36 +08:00
iczer
a5feed53d9 fix: problem of expandedRowRender in StandardTable.vue; 🐛
修复:StandardTable.vue 组件展开行插槽问题;
2020-08-18 10:52:55 +08:00
iczer
f065ecd238 feat: add responsive support for slots of StandardTable.vue; 🌟
新增:StandardTable.vue 组件的插槽增加响应式支持;
2020-08-18 09:40:16 +08:00
iczer
70bdca503e fix: the problem that select events can't be triggered in menu.js component; 🐛 #99
修复:menu.js 组件中 select 事件无法触发的问题;
2020-08-12 13:18:44 +08:00
iczer
cf53c8120e feat: add IInput.vue component; 🌟
新增:IInput.vue 组件;
2020-08-12 11:27:01 +08:00
iczer
9a21fe3b09 fix: the cache problem in tabs mode;🐛
修复:多页签模式下的缓存问题;
2020-08-07 22:18:02 +08:00
iczer
c05efdee7a fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
2020-08-04 11:32:45 +08:00
iczer
4273ef8671 fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
2020-07-31 22:24:18 +08:00
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