fix(wip): 원래의 지도와 레이아웃이 다른 버그 수정

- line-height, font-size
This commit is contained in:
2022-04-20 03:27:31 +09:00
parent 132cd8fe9f
commit d1af95fd3c
2 changed files with 19 additions and 0 deletions
+9
View File
@@ -73,3 +73,12 @@ function clicked(event: MouseEvent) {
emit("click", event);
}
</script>
<style lang="scss" scoped>
a,
div,
span {
line-height: 1.3;
font-size: 14px;
}
</style>
+10
View File
@@ -74,3 +74,13 @@ function clicked(event: MouseEvent) {
emit("click", event);
}
</script>
<style lang="scss" scoped>
a,
div,
img,
span {
line-height: 1.3;
font-size: 14px;
}
</style>