仪表盘
版本库
文件存储
活动
搜索
登录
main
/
portal-bootstrap2
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
first commit
tj
2025-04-30
5a30c92533a87bd5c93ab8620e6de695a66a3b3a
[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%;
}