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