forked from hsl947/react-antd-multi-tabs-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2. 支持 布局切换, 水平的和垂直的 3. 代码清理 4. 调整依赖库分类 5. 合并config/menu和 route/routes,并增加类型约束 6. bug fix (1.Menu在selectKeys在折叠时展开,界面中显示漂浮菜单,行为怪异 2.如果已经折叠, 后续行为(点击菜单), 不再改变状态.(原依据窗体宽度1366修改,不合理 )
- Loading branch information
tearf001
committed
Mar 20, 2022
1 parent
75a9c13
commit e3137f6
Showing
29 changed files
with
5,074 additions
and
2,775 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
const tailwindcss = require('tailwindcss') | ||
const autoprefixer = require('autoprefixer') | ||
|
||
module.exports = { | ||
plugins: [tailwindcss('./tailwind.config.js'), autoprefixer] | ||
} |
Oops, something went wrong.