This commit is contained in:
2025-03-25 16:35:39 +08:00
parent 2b456dc17e
commit 9463635e03
66 changed files with 864 additions and 64 deletions

View File

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