Replies: 6 comments 10 replies
-
Beta Was this translation helpful? Give feedback.
-
要不要把 splitMenus 利用一下。打开一下 splitMenus 就变成你这个样子 |
Beta Was this translation helpful? Give feedback.
-
我模拟了一个界面,见下图,如果看不到图,可以手工点击:https://gitlab.redhtc.com/antd/newPage.png |
Beta Was this translation helpful? Give feedback.
-
学习过程中,顺手做的Demo: https://adminpro.redhtc.com/
|
Beta Was this translation helpful? Give feedback.
-
@fanhualei 漂亮 |
Beta Was this translation helpful? Give feedback.
-
感谢大佬回复,这个我在当天看了您有回复,之后便去gitee上面找到了您的仓库,并且翻阅到了这个项目代码
您改造的代码是react得,我用的是vue3,虽然将代码转成了v3的形式,但是依然有诸多bug,因为是小白,并且需求太紧急,所以暂时先放弃了.
总之,感谢您的回复!谢谢!
在 2024-08-13 21:02:56,"fanhualei" ***@***.***> 写道:
大佬.有源码嘛?我目前的项目需求跟你得demo一样,麻烦给一份源码把,谢谢!
https://gitee.com/fanhualei/wukong-admin-demo 4、5年前的代码了,现在antdesignpro已经更新了无数个版本了,一些语法都不一样,不建议参考,浪费时间。 拿新的antdesignpro框架写一个,也很简单。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
针对二级菜单比较多,新做了一个layout.
没有全部用ProLayout的嵌套功能,ProLayout中考虑的功能太多了,代码重新写起来很麻烦,还不如重写。看下图
Layout的props接口写的挺好,今后所有的模板都按照这个接口来写,每一套模板单独一套代码,这样代码看起来比较简单,不用读个模板中用if判断条件来调用不同的样式与逻辑,代码看起来稍微费劲一点。
Beta Was this translation helpful? Give feedback.
All reactions