react antd admin:react + ts + antd实现的管理系统模版 源码

skillful10279 27 0 ZIP 2021-03-25 02:03:33

react-antd-admin 基于react + ts + antd建立的管理后台脚手架模版 线上地址 git地址 单独使用 详情请查看 1.配置抽屉 1-1。可缓存系统配置 记录用户使用的系统配置,缓存浏览器中,记录用户习惯。 1-2.antd换肤(Layout组件未封装) 使用插件实现扩展antd样式文件并绑定cssVariable,通过less.js浏览器在线编译更改更少变量方法实现主题样式更改 @import " _var " ; :root { --primary-color : @primary-color ; --danger-color : red ; } window . less . modifyVars ( vars ) . then ( ( ) => { if ( vars [ '@primary-color' ] === getItem ( S

用户评论
请输入评论内容
评分:
暂无评论