feat: 创建了地图导航的组件

This commit is contained in:
2026-03-11 22:33:45 +08:00
parent 0b3d193b2f
commit 239b5886f9
9 changed files with 165 additions and 16 deletions

View File

@@ -6,22 +6,42 @@
height: 100%;
}
.h-80 {
height: 80px;
.h-8 {
height: 8px;
}
.h-44 {
height: 44px;
.h-10 {
height: 10px;
}
.h-32 {
height: 32px;
.h-12 {
height: 12px;
}
.h-16 {
height: 16px;
}
.h-24 {
height: 24px;
}
.h-32 {
height: 32px;
}
.h-44 {
height: 44px;
}
.h-64 {
height: 64px;
}
.h72 {
height: 72px;
}
}
.h-80 {
height: 80px;
}