refactor(styles): 代码格式

ISSUES CLOSED: \
This commit is contained in:
Soybean
2022-05-28 12:30:17 +08:00
parent 07baac7cf8
commit 8f6d6ce3cb
107 changed files with 110 additions and 1 deletions

View File

@@ -24,4 +24,5 @@ onMounted(() => {
renderBaiduMap();
});
</script>
<style scoped></style>

View File

@@ -26,4 +26,5 @@ onMounted(() => {
renderBaiduMap();
});
</script>
<style scoped></style>

View File

@@ -26,4 +26,5 @@ onMounted(() => {
renderBaiduMap();
});
</script>
<style scoped></style>

View File

@@ -25,4 +25,5 @@ const maps: Map[] = [
{ id: 'tencent', label: '腾讯地图', component: TencentMap }
];
</script>
<style scoped></style>