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

@@ -10,6 +10,22 @@
width: calc(100vw - 24px);
}
.w-8 {
width: 8px;
}
.w-10 {
width: 10px;
}
.w-12 {
width: 12px;
}
.w-16 {
width: 16px;
}
.w-24 {
width: 24px;
}
@@ -26,7 +42,9 @@
width: 60px;
}
.w-64 {
width: 64px;
}
.w-80 {
width: 80px;