仪表盘
版本库
文件存储
活动
搜索
登录
WI
/
Web.Admin.V1.0
后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
维度管理修改
wujingjing
2025-03-28
d37c616d8a9dd6ddee17658e6b083b749ff32756
[WI/Web.Admin.V1.0.git]
/
src
/
theme
/
tailwind.scss
1
2
3
4
5
6
7
8
9
@tailwind base;
@tailwind components;
@tailwind utilities;
/* 解决 container 样式冲突问题
--------------------------------------------------------- */
.container {
max-width: unset;
}