feat: 创建了地图导航的组件
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user