代码拉取完成,页面将自动刷新
同步操作将从 dromara/ujcms-cp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/* eslint-disable */
const colors = require('tailwindcss/colors');
module.exports = {
important: true,
content: ['./src/**/*.{vue,ts}'],
theme: {
fontFamily: {
sans: [
'ui-sans-serif',
'system-ui',
'-apple-system',
'BlinkMacSystemFont',
'"Segoe UI"',
'Roboto',
'"Helvetica Neue"',
'Arial',
'"Noto Sans"',
'"PingFang SC"',
'"Hiragino Sans GB"',
'"Microsoft YaHei"',
'"WenQuanYi Micro Hei"',
'sans-serif',
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
],
},
screens: {
// sm: '768px',
md: '992px',
// lg: '1200px',
xl: '1536px',
},
colors: {
transparent: 'transparent',
current: 'currentColor',
black: colors.black,
white: colors.white,
gray: {
...colors.gray,
primary: '#303133',
regular: '#606266',
secondary: '#909399',
placeholder: '#A8ABB2',
disabled: '#C0C4CC',
},
primary: {
DEFAULT: '#409eff',
light: '#a0cfff',
lighter: '#ecf5ff',
},
success: {
DEFAULT: '#67c23a',
light: '#b3e19d',
lighter: '#f0f9eb',
},
warning: {
DEFAULT: '#e6a23c',
light: '#f3d19e',
lighter: '#fdf6ec',
},
danger: {
DEFAULT: '#f56c6c',
light: '#fab6b6',
lighter: '#fef0f0',
},
purple: {
DEFAULT: colors.purple[500],
light: colors.purple[300],
lighter: colors.purple[100],
},
secondary: {
DEFAULT: '#909399',
light: '#c8c9cc',
lighter: '#f4f4f5',
},
},
extend: {
transitionDuration: {
// vue 文档中提到,过度效果的时间一般在0.1s-0.4s之间,而0.25s会是一个比较好的值
// https://v3.vuejs.org/guide/transitions-overview.html#timing
250: '250ms',
350: '350ms',
},
transitionProperty: {
width: 'width',
margin: 'margin',
},
// el-menu 展开时最小宽度是 200px
// el-menu 折叠时宽度是 64px
width: {
sidebar: '200px',
'sidebar-collapse': '64px',
},
margin: {
sidebar: '200px',
'sidebar-collapse': '64px',
},
},
},
variants: {
// extend: {
// borderStyle: ['hover'],
// },
},
plugins: [],
// corePlugins: {
// preflight: false,
// },
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。