chenli1989
|
de266e538d
|
perf: optimize tabs dropdown-menu style
|
2022-03-26 14:38:24 +08:00 |
wangxiaoer5200
|
d31cb904db
|
fix: 修复控制台一些常见报错和警告 (#1750)
Co-authored-by: wangbin <18695686631@163.com>
|
2022-03-25 23:39:49 +08:00 |
vben
|
414101613e
|
chore: lint fix
|
2022-03-18 20:34:44 +08:00 |
1sm
|
f964533701
|
feat(BasicForm): add `submitOnChange` option (#1521)
|
2021-12-28 18:47:21 +08:00 |
humanscrew
|
cfda62ef9c
|
fix: Fix Layout Page Tabs dragable (#1433)
* fix: pnpm install
* fix: Fix Tabs dragable
|
2021-12-01 22:02:18 +08:00 |
vben
|
3fcfac1f37
|
wip: Upgrade ant-design-vue 3.0
|
2021-11-24 23:25:13 +08:00 |
Coderclc
|
b3c4002b69
|
fix: Fix setting hideMenu, bread bar jump problem (#1358)
|
2021-11-15 09:32:14 +08:00 |
zuihou
|
5c491a4258
|
fix(Menu): 左侧菜单混合模式 在动态更改路由时,左侧显示的菜单没有实时更新
|
2021-10-30 01:38:28 +08:00 |
vben
|
a248e20013
|
chore: fix type
|
2021-10-26 01:19:51 +08:00 |
vben
|
acea184320
|
chore: format code
|
2021-10-25 23:49:03 +08:00 |
zuihou
|
7028e0031d
|
fix(Breadcrumb): 隐藏面包屑应交给 hideBreadcrumb 参数,而非hideMenu 参数
|
2021-09-22 23:46:42 +08:00 |
无木
|
cecdfbaf29
|
fix(tabs): dropdown items enabled unnecessary
修复标签头的右键菜单某些项目不恰当地处于可用状态
fixed: #1207
|
2021-09-15 23:15:01 +08:00 |
vben
|
56a966cfbf
|
chore: format code
|
2021-08-24 22:41:48 +08:00 |
vben
|
e15b4f14db
|
fix: fix all types of errors, compatible with volar plugin
|
2021-08-17 23:04:29 +08:00 |
无木
|
61d853e6a5
|
style(types): fix some type statement
|
2021-08-13 11:13:29 +08:00 |
CXM
|
66feb779a8
|
fix: fix build handler & misc (#1060)
* fix(type): fix ant-design-vue ->
* fix: fix build handler & misc
|
2021-08-12 23:23:44 +08:00 |
无木
|
0065ab0b2d
|
style(header): fix `notify` icon color in dark
修复暗色header中的通知图标的颜色问题
|
2021-07-28 11:09:53 +08:00 |
无木
|
f5e31febbd
|
fix(breadcrumb): `redirect` not worked
修复面包屑组件的重定向菜单不能工作以及eslint警告
|
2021-07-13 11:09:00 +08:00 |
周旭
|
6f830703a2
|
perf(menu): Optimize the style of the bottom collapse button in the Mix menu layout (#896)
|
2021-07-13 09:25:46 +08:00 |
无木
|
012020e51c
|
style(notice-list): adjust style
去除通知列表组件标题和内容部分多余的margin-bottom,禁止自动隐藏不可用的翻页按钮
|
2021-07-12 22:33:28 +08:00 |
无木
|
aeebfc4d3d
|
style(notice-list): fix `margin-bottom` value
去除通知列表组件标题和内容部分多余的margin-bottom
|
2021-07-12 22:22:33 +08:00 |
无木
|
c16be2c499
|
feat(notice-list): add `pagination` support
为通知列表组件添加分页、超长自动省略、标题点击响应、标题删除线等功能
fixed: #894
|
2021-07-12 22:12:16 +08:00 |
无木
|
cad021c34b
|
fix(menu): fix mix-menu incorrect jumping in `hover` mode
修复悬停触发模式下左侧混合菜单会在没有子菜单且被激活时直接跳转路由
|
2021-07-09 19:20:05 +08:00 |
无木
|
0595a72da9
|
fix(mix-sider): fix mix-sider hover logic
修复左侧混合菜单的悬停处理逻辑
|
2021-07-09 13:56:33 +08:00 |
无木
|
808291b503
|
fix: `menuSetting` can not set collapsed to false as default
修复无法通过将菜单配置为默认折叠的问题.
|
2021-07-05 11:07:27 +08:00 |
无木
|
5005e6e56b
|
fix(sider): custom trigger does not take effect
修复侧边菜单底部的自定义折叠按钮不起作用的问题
|
2021-07-01 10:45:59 +08:00 |
无木
|
1bde404121
|
fix(sider): bottom trigger not work
修复侧边栏底部的折叠按钮不工作的问题
fixed: #820
|
2021-06-28 21:16:04 +08:00 |
vben
|
913c22c84f
|
feat(menu): the route is automatically mapped to the menu
|
2021-06-27 23:58:14 +08:00 |
vben
|
327d71b8fb
|
perf(router): reduce the number of guard files
|
2021-06-27 22:59:59 +08:00 |
无木
|
20d7a25eb8
|
fix: user drop-down event key loss
修复顶部的用户操作下拉菜单点击事件丢失key参数的问题
|
2021-06-27 15:33:30 +08:00 |
无木
|
c73694ab8b
|
fix: user dropdown event response failure
修正顶部用户下拉菜单不响应点击事件的问题
|
2021-06-27 02:32:18 +08:00 |
Lan
|
4d8e39857e
|
perf(pagewrapper): 优化PageWrapper的高度自适应表现使用getViewportOffset替代useContentViewHeight (#792)
Co-authored-by: NorthLan <lan6995@gmail.com>
|
2021-06-23 23:16:47 +08:00 |
Vben
|
7dce50cb1f
|
chore: typo
|
2021-06-19 22:38:29 +08:00 |
Vben
|
4f20d45f9d
|
chore: type optimization
|
2021-06-17 21:43:53 +08:00 |
Lan
|
ab2c7efe69
|
perf(PageWrapper): fix the height calculation problem when footer and global footer are opened at the same time (#760)
* perf(PageWrapper): 优化PageWrapper在page的footer与全局页脚同时开启时的高度计算表现。
* docs(PageWrapper): 修复footer与全局页脚同时开启时的高度计算问题
Co-authored-by: NorthLan <lan6995@gmail.com>
|
2021-06-16 22:23:39 +08:00 |
bOtalkin
|
bbce002be1
|
fix(layout): props warn (#756)
|
2021-06-14 22:06:20 +08:00 |
Vben
|
1c1755cf5b
|
fix(modal): ensure that the full screen height is calculated correctly
|
2021-06-11 22:29:02 +08:00 |
Lan
|
33cd8fe653
|
fix(useViewHeight): Fix the problem that useContentViewHeight does not calculate the footer (#747)
Co-authored-by: NorthLan <lan6995@gmail.com>
|
2021-06-11 09:37:17 +08:00 |
Vben
|
00fca0fe6c
|
chore: prettier code
|
2021-06-09 22:36:30 +08:00 |
Vben
|
d677729acb
|
perf(i18n): improve circular dependencies
|
2021-06-06 23:36:22 +08:00 |
无木
|
40e3cb043c
|
fix(lock): fix lock modal height
fixed #701
|
2021-06-05 12:25:39 +08:00 |
vben
|
d018363ddc
|
fix(layout): fix class loss
|
2021-05-26 22:03:54 +08:00 |
vben
|
905e5b714b
|
fix(layout): fix style compatibility issues
|
2021-05-26 21:45:32 +08:00 |
vben
|
5465f058ce
|
feat(user): add user login expiration example
|
2021-05-25 23:14:05 +08:00 |
vben
|
d5b768929e
|
fix(lock): automatic screen lock does not work
|
2021-05-25 22:35:52 +08:00 |
vben
|
8e3f84c3b7
|
fix(style): fix layout style, fix #633
|
2021-05-23 22:46:22 +08:00 |
Netfan
|
7519a00ada
|
fix(avatar): show current user's avatar (#640)
在显示头像的地方正确显示当前登录用户的头像,已补充mock接口返回的avatar字段。
|
2021-05-23 09:02:47 +08:00 |
Vben
|
3bb6d11ed1
|
fix(layout): fix useLockPage not work, fix #611
|
2021-05-18 23:23:15 +08:00 |
Vben
|
8b2e0f665f
|
fix: fix the default value of props
|
2021-04-25 23:39:56 +08:00 |
Vben
|
ca717602a6
|
fix: trigger resize in full screen to ensure that the height of other components is normal,fix #508
|
2021-04-24 11:23:28 +08:00 |
Vben
|
6b7f688eaf
|
fix(menu): ensure that the external link jumps correctly, fix #516
|
2021-04-24 11:11:59 +08:00 |
Mikasa33
|
e2ddf43699
|
fix(style): fix layout header style, basic arrow style and table search form style (#525)
* style: cursor pointer
* style: light mode, hover background-color
* fix(style): fix form border-radius style
|
2021-04-23 22:04:27 +08:00 |
Vben
|
0649011eba
|
feat: add JsonPreview component
|
2021-04-17 18:51:19 +08:00 |
Vben
|
2cdf2c28c4
|
style: background to background-color
|
2021-04-13 21:43:10 +08:00 |
Vben
|
3c441a05da
|
style(eslint): fix eslint error
|
2021-04-12 23:02:48 +08:00 |
Vben
|
2037293aa3
|
refactor: refactor hooks
|
2021-04-10 21:41:22 +08:00 |
Vben
|
215d8bab38
|
refactor: refactor store
|
2021-04-10 21:41:22 +08:00 |
Vben
|
ee1c349858
|
fix(menu): improve menu logic, fix #461
|
2021-04-08 23:04:16 +08:00 |
Vben
|
5b8eb4a49a
|
feat: dark mode
|
2021-04-07 23:39:54 +08:00 |
Vben
|
8a14069e71
|
refactor: refactor dashboard
|
2021-03-31 23:52:11 +08:00 |
Vben
|
bb67692cfd
|
fix(menu): ensure the menu is activated correctly,fix #432
|
2021-03-27 22:49:05 +08:00 |
Vben
|
0b66360cc9
|
fix(breadcrumb): ensure the breadcrumbs display the icon correctly, fix #433
|
2021-03-27 21:33:13 +08:00 |
Vben
|
6bb19fb2d4
|
feat(tree): add headerTitle slot
|
2021-03-27 17:25:37 +08:00 |
Vben
|
979058ad95
|
perf: refoctor useTitle
|
2021-03-27 16:03:28 +08:00 |
Vben
|
a98835e18b
|
chore: types
|
2021-03-26 22:22:58 +08:00 |
Vben
|
c2635f35c0
|
chore: fix sidebar trigger not work, fix #417
|
2021-03-25 23:41:58 +08:00 |
Vben
|
159d900df3
|
chore: update deps
|
2021-03-23 23:26:57 +08:00 |
Vben
|
908116ddc4
|
chore: update workflow
|
2021-03-22 23:45:31 +08:00 |
Vben
|
1d7608ee40
|
fix(table): ensure that the height calculation is correct close #395
|
2021-03-20 17:06:16 +08:00 |
Vben
|
67962f1dee
|
fix(v-auth): ensure the background mode is correct close #330
|
2021-03-18 22:38:55 +08:00 |
Vben
|
b67cf22dfc
|
feat(route): add hideChildrenInMenu option close #346
|
2021-03-18 21:13:15 +08:00 |
Vben
|
da2d88a984
|
wip(menu): add hideChildrenInMenu option
|
2021-03-18 06:07:49 +08:00 |
Vben
|
82c3186309
|
fix(menu): make sure the menu is displayed properly on the small screen close #336
|
2021-03-17 21:08:46 +08:00 |
Vben
|
e49072c313
|
fix: ensure the breadcrumb level is correct
|
2021-03-17 20:57:53 +08:00 |
Vben
|
e12c588c0a
|
refactor(route): refactoring the routing multi-layer model close #215
|
2021-03-17 00:10:16 +08:00 |
Vben
|
a89eeef6f3
|
feat(time): added time compoennt close #285
|
2021-03-12 21:40:23 +08:00 |
Vben
|
2c6aa8528d
|
refactor: code optimization
|
2021-03-10 22:28:37 +08:00 |
Vben
|
7d8b8db256
|
fix(transition): fix transition not work close #334
|
2021-03-08 21:58:46 +08:00 |
Vben
|
b7ce74abd6
|
refactor: refactor the project to solve the hot update problem caused by circular dependencies close #301
|
2021-03-08 21:19:09 +08:00 |
Vben
|
e0dc5cf2f2
|
fix(breadcrumb): ensure that the single-level breadcrumbs jump correctly close #321
|
2021-03-07 23:18:51 +08:00 |
Vben
|
d5d4c4b413
|
fix(menu): fix menu icon missing close #328
|
2021-03-07 20:59:11 +08:00 |
Vben
|
8f76ef4e70
|
fix(form): allow the setFieldsValue method to be null or undefined close #320
|
2021-03-04 23:54:41 +08:00 |
Vben
|
c8e84dc14e
|
chore: typo
|
2021-02-28 23:05:37 +08:00 |
Vben
|
15567e478c
|
fix: improve persistent cache logic
|
2021-02-28 12:25:57 +08:00 |
Vben
|
f6cef1088d
|
refactor: refactored multi-language modules to support lazy loading and remote loading
|
2021-02-28 08:48:53 +08:00 |
Vben
|
fcee7d4eb7
|
perf: move src/types to root
|
2021-02-26 20:09:24 +08:00 |
Vben
|
8a9ca498d7
|
chore: remove useless code
|
2021-02-25 20:25:02 +08:00 |
vben
|
a09a0eedd2
|
perf: improve login logic
|
2021-02-22 23:04:47 +08:00 |
vben
|
be3a3ed699
|
perf: remove useless code
|
2021-02-22 00:01:03 +08:00 |
vben
|
ec9478f76f
|
refactor: refactor login page
|
2021-02-21 17:56:23 +08:00 |
vben
|
e250ad567f
|
fix(style): fix anticon style
|
2021-02-19 22:15:02 +08:00 |
vben
|
da04913ef3
|
feat: added settingButtonPosition configuration close #275
|
2021-02-18 21:12:27 +08:00 |
vben
|
4d7001bbcf
|
refactor(design): add windicss
|
2021-02-17 22:07:22 +08:00 |
vben
|
27c6f69091
|
chore: useErrorHandle default hidden
|
2021-02-16 10:59:25 +08:00 |
vben
|
576150386b
|
chore: update layout
|
2021-02-13 15:37:26 +08:00 |
vben
|
b335e7511b
|
chore: fix the error-log list as the system route
|
2021-02-13 11:15:06 +08:00 |
vben
|
aaae66835a
|
perf: update style
|
2021-02-05 22:13:19 +08:00 |
vben
|
70c0877d4f
|
chore: some typo
|
2021-02-05 01:07:36 +08:00 |
vben
|
3d1681ee9a
|
feat: theme color switch
|
2021-02-03 23:52:55 +08:00 |
vben
|
9edc281322
|
chore: format code by eslint #222
|
2021-01-28 23:30:50 +08:00 |