14 Star 87 Fork 49

suzhou-youjie / OA办公系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.js 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
许银灯 提交于 2024-03-07 18:38 . init: 初始提交
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: "class",
corePlugins: {
preflight: false
},
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
theme: {
extend: {
colors: {
bg_color: "var(--el-bg-color)",
primary: "var(--el-color-primary)",
primary_light_9: "var(--el-color-primary-light-9)",
text_color_primary: "var(--el-text-color-primary)",
text_color_regular: "var(--el-text-color-regular)",
text_color_disabled: "var(--el-text-color-disabled)"
}
}
}
};
C#
1
https://gitee.com/suzhou-youjie/oa.git
git@gitee.com:suzhou-youjie/oa.git
suzhou-youjie
oa
OA办公系统
main

搜索帮助