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

@@ -3,6 +3,14 @@
margin-left: auto;
}
.mt-2 {
margin-top: 2px;
}
.mb-2 {
margin-bottom: 2px;
}
.m-4 {
margin: 4px;
}
@@ -31,6 +39,14 @@
margin-bottom: 6px;
}
.ml-6 {
margin-left: 6px;
}
.mr-6 {
margin-right: 6px;
}
.m-8 {
margin: 8px;
}