集成tailwindcss 替换新的登陆页面和版权信息组件 (#1499)
* 集成tailwindcss * fix: 修改登录,init 页面 * Update package.json * 升级可升级的第三方库到新版本 * 细节调整 --------- Co-authored-by: bypanghu <bypanghu@163.com> Co-authored-by: task <121913992@qq.com>
This commit is contained in:
15
web/tailwind.config.js
Normal file
15
web/tailwind.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user