仪表盘
版本库
文件存储
活动
搜索
登录
main
/
portal-bootstrap2
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
home css update
tj
2025-05-07
fe1c5cff00014a46dec56705de3426037839c261
[portal-bootstrap2.git]
/
src
/
assets
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
@import './base.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
#app {
/* max-width: 1280px; */
margin: 0 auto;
/* padding: 2rem; */
font-weight: normal;
width: 100%;
}