update
This commit is contained in:
@@ -4,7 +4,11 @@ module.exports = {
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx}", // 根据你的项目结构调整路径
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
screens: {
|
||||
'375': '375px', // 自定义屏幕大小
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user