10 Star 3 Fork 0

heyuanqing007/opengmp-front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.js 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
PeilongMa 提交于 2024-09-04 17:08 . 概念建模组件整合
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,html,ts,jsx,tsx}",
],
theme: {
container: {
center: true,
padding: "1rem",
screens: {
sm: "100%",
md: "100%",
lg: "100%",
xl: "100%",
"2xl": "100%", // 2xl 是指 1536px 及以上的屏幕
},
},
},
plugins: [
// require('flowbite/plugin')
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/heyuanqing007/opengmp-front.git
git@gitee.com:heyuanqing007/opengmp-front.git
heyuanqing007
opengmp-front
opengmp-front
master

搜索帮助