refactor: ♻️ 重构菜单管理前端

This commit is contained in:
H0nGzA1
2023-04-10 00:03:17 +08:00
parent 4f0295acb1
commit d2d6ba3460
4 changed files with 38 additions and 88 deletions

View File

@@ -2,7 +2,11 @@
module.exports = {
content: ['./index.html', './src/**/*.{vue,js}'],
theme: {
extend: {},
extend: {
height: {
'screen/2': '50vh',
},
},
},
plugins: [],
};