Files
datahub/frontend/src/assets/main.css
T

11 lines
203 B
CSS
Raw Normal View History

2025-11-05 16:34:40 +08:00
@import './base.css';
2026-03-23 13:20:19 +08:00
@import 'tailwindcss/theme' layer(theme);
@import 'tailwindcss/utilities' layer(utilities);
2025-11-05 16:34:40 +08:00
2025-11-10 13:59:55 +08:00
/* 应用全局样式 */
2025-11-05 16:34:40 +08:00
#app {
2025-11-10 13:59:55 +08:00
width: 100%;
height: 100%;
2025-11-05 16:34:40 +08:00
font-weight: normal;
}