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 |
|
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 |
|