feat: 首页适配移动端,新增工具:随机密码生成
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const defaultTheme = require('tailwindcss/defaultTheme')
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
@@ -6,6 +7,13 @@ export default {
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
screens: {
|
||||
// 自定义响应式尺寸
|
||||
'c-xs': {'max': '768px'},
|
||||
'c-sm': {'min': '768px'},
|
||||
'c-lg': {'min': '1200px'},
|
||||
...defaultTheme.screens,
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user