fix(wip): 원래의 지도와 레이아웃이 다른 버그 수정
- line-height, font-size
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user