1 Star 0 Fork 49

zqm2016 / mfish-nocode-view

forked from mfish / mfish-nocode-view 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uno.config.ts 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
mfish 提交于 2023-07-24 21:57 . fix: 样式配置大小写问题
import { defineConfig } from "unocss";
import { primaryColor } from "./build/config/ThemeConfig";
export default defineConfig({
rules: [
[
"text-evenly",
{
textAlignLast: "justify",
textAlign: "justify"
}
]
],
theme: {
colors: {
primary: primaryColor
},
screens: {
sm: "576px",
md: "768px",
lg: "992px",
xl: "1200px",
"2xl": "1600px"
},
transitionProperty: {
width: "width",
spacing: "margin, padding"
},
flex: {
1: "1 1 0%",
auto: "1 1 auto",
initial: "0 1 auto",
inherit: "inherit",
none: "none",
2: "2 2 0%",
3: "3 3 0%",
4: "4 4 0%",
5: "5 5 0%",
6: "6 6 0%"
}
}
});
TypeScript
1
https://gitee.com/zqm2016/mfish-nocode-view.git
git@gitee.com:zqm2016/mfish-nocode-view.git
zqm2016
mfish-nocode-view
mfish-nocode-view
main

搜索帮助