refactor: ♻️ 重构菜单管理前端
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
module.exports = {
|
||||
content: ['./index.html', './src/**/*.{vue,js}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
height: {
|
||||
'screen/2': '50vh',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user