公告板
版本库
filestore
活动
搜索
登录
main
/
jxkg_new_ui_teacher
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
考试加时、强制收卷完善
xiangpei
2024-07-04
28e375f8c0782ed3476b2ba8c03e8b12e78690a4
[jxkg_new_ui_teacher.git]
/
tailwind.config.js
1
2
3
4
5
6
7
8
9
10
11
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}