Files
cpms_operation_platform/src/pages/dashboard/index.module.less
T

26 lines
365 B
Plaintext
Raw Normal View History

2026-07-28 10:54:36 +08:00
.dashboardMain {
.title {
margin-top: 0;
margin-bottom: 24px;
font-size: 20px;
font-weight: 600;
}
2026-07-14 10:31:17 +08:00
2026-07-28 10:54:36 +08:00
.panel {
margin-top: 16px;
2026-07-14 10:31:17 +08:00
2026-07-28 10:54:36 +08:00
ul {
margin: 12px 0 0;
padding-left: 20px;
line-height: 2;
}
2026-07-14 10:31:17 +08:00
2026-07-28 10:54:36 +08:00
code {
padding: 2px 8px;
background: #f5f5f5;
border-radius: 4px;
font-size: 13px;
}
2026-07-14 10:31:17 +08:00
}
}