Commit Graph

265 Commits

Author SHA1 Message Date
pigeoner c046e4554b fix: 修改 Editor 的 z-index 使其不会遮挡『综合示例 - 新增』界面的下拉菜单 2023-03-21 11:10:09 +08:00
沙与沫 8790c8cbd8 fix: 面包屑:1.修复使用动态路由的时候,无法显示的bug 2023-03-12 16:26:20 +08:00
Archer ffb72822a0
Merge pull request #241 from guday/master
Update Descriptions.vue
2023-03-06 09:13:48 +08:00
SVDBG eebfaa1d58
Update index.ts 2023-03-04 16:10:55 +08:00
SVDBG fe6dbbdb3e
我发现在使用权限管理面板时,面板一直停留在加载界面,查看源代码后发现:组件在接收res结果后改变响应式变量loading的值。
纠正上面的错误后,发现getUserListApi获取的用户列表信息res内部格式与实际得到的假数据不符合,导致无法正常赋值,也就是说res此时为空,所以我在getUserListApi更改预期获取的结果格式。
通过以上的修正操作,这样就可以正常显示获取到的假数据了。
2023-03-04 16:02:05 +08:00
alight 24c2d9f68f
Update Descriptions.vue
fix:Descriptions去掉mb-10px; 否则跟下方ElCollapseTransition 组件的p-10px一起,会出现20px的间距
2023-03-03 18:17:23 +08:00
kailong321200875 782b8e2f94 fix: 修复已知BUG 2023-03-03 16:19:33 +08:00
kailong321200875 16a3eef85a style: 抽屉弹出样式问题 2023-03-01 15:19:35 +08:00
kailong321200875 297b2c69a2 types: 修复类型错误 2023-03-01 15:08:00 +08:00
kailong321200875 6e6beefc3c style: 调整主题切换样式 2023-03-01 14:57:34 +08:00
kailong321200875 3d928a7286 Merge branch 'develop' 2023-01-16 14:46:44 +08:00
kailong321200875 1c06a27b90 fix: 修复TS类型错误 2023-01-16 14:45:39 +08:00
Floyd Li bbc764601e
fix: dark mode toggle
if isDark is set to false, it will jump this judgement and use the system prefers
if isDark is not set to wsCache it will return null by default
2023-01-10 14:34:45 +08:00
xingyu c568f04f1d chore: update vite 4 2022-12-20 09:42:35 +08:00
kailong321200875 aeab593174 Merge branch 'develop' 2022-11-28 16:11:24 +08:00
kailong321200875 7ab20e20d7 chore: 升级依赖 2022-11-28 16:11:10 +08:00
kailong321200875 a47c054f2c Merge branch 'develop' 2022-11-21 16:13:49 +08:00
kailong321200875 3368fda251 fix: 修复Search组件无法默认值 2022-11-21 16:13:31 +08:00
kailong321200875 c9e1738378 Merge branch 'develop' 2022-11-17 10:58:29 +08:00
kailong321200875 f37cc1b580 fix: 修复Form赋值问题 2022-11-17 10:58:06 +08:00
kailong321200875 50108a7333 Merge branch 'develop' 2022-11-07 15:10:15 +08:00
kailong321200875 0b671e914e fix: 修复option禁用属性无效
style: input默认宽度与select对齐
2022-11-07 15:09:16 +08:00
Caeret 03aa3a74e7
Fix css variables. 2022-10-28 18:48:28 +08:00
kailong321200875 73ecc98671 perf: 优化描述组件 2022-10-28 15:20:45 +08:00
tangshuo eb405b2a90 fix: Correct spelling of words(aciton →action) 2022-10-17 15:37:37 +08:00
tangshuo c2ca2d736c fix: Correct spelling of words(tigger →trigger) 2022-10-17 15:29:12 +08:00
kailong321200875 993af6bb65 fix: 修复cutMenu收起时 2022-10-11 14:44:30 +08:00
kailong321200875 32d2408588 style: cutMenu层级样式 2022-10-11 14:34:07 +08:00
kailong321200875 122fa62d85 style: 优化第四种布局 2022-10-10 16:06:54 +08:00
hongxinzz 33511553cd feat: types优化 2022-10-10 10:18:28 +08:00
hongxinzz ef3e006859 fix: 修正types提示错误 2022-10-10 09:51:26 +08:00
hongxinzz 232a0f5396 merge 2022-10-09 17:27:46 +08:00
hongxinzz 8b4fa1aa21 feat: type抽离 2022-10-09 17:12:03 +08:00
Archer 27598de4f0
Merge pull request #176 from hongxinzz/master
fix(#174): 修正表格搜索多次请求
2022-10-09 08:58:10 +08:00
hongxinzz a62929a8da fix: table search params 2022-10-08 22:53:25 +08:00
kailong321200875 d946920e61 fix: The attribute of option does not work 2022-10-08 13:49:00 +08:00
kailong321200875 b320e658d1 perf: token test 2022-10-08 11:35:16 +08:00
kailong321200875 d416178d69 perf: perf store 2022-10-08 11:28:50 +08:00
kailong321200875 e757c54fb6 wip: perf pinia 2022-09-30 16:52:39 +08:00
kailong321200875 da39f3bc90 fix: fix bug 2022-09-21 10:47:42 +08:00
13636643269 5cefb7286d add support for Form slots in FormSchema config
example:
componentsProps{
	slots:{
		append: ()=>h('span',null,'appendd slot')
	}
}
2022-09-03 10:38:00 +08:00
kailong321200875 d29e151f8a style: 调整样式 2022-08-20 10:37:56 +08:00
kailong321200875 89d03fd067 fix: 修复重定向错误 2022-08-20 10:22:58 +08:00
kailong321200875 816eba39f1 chore: update deps 2022-08-20 09:55:04 +08:00
kailong321200875 0980640f65 refactor: refactor axios 2022-08-13 09:32:13 +08:00
kailong321200875 c589edd960 style: perfect tableDemo 2022-08-13 09:03:52 +08:00
kailong321200875 c43e833582 style: Misspelling 2022-08-13 08:32:12 +08:00
kailong321200875 ff59fc7e13 fix: fix menu active bug 2022-07-30 10:49:16 +08:00
kailong321200875 bff7d9370d style: tagviews styles update 2022-07-30 10:30:51 +08:00
kailong321200875 55522b0661 perf: add static router 2022-07-30 10:05:53 +08:00