refac: 구 jQuery Map wrapper를 Vue3 렌더러로 변경

This commit is contained in:
2022-04-22 02:07:32 +09:00
parent 913f4214d7
commit 4bf67aa5e1
8 changed files with 561 additions and 513 deletions
-16
View File
@@ -31,22 +31,6 @@
#container {
width: 500px;
margin: 0 auto;
.world_map {
width: 500px;
height: calc((500px + 20px) * 500 / 700);
}
.map_title {
transform-origin: 0px 0px;
transform: scale(calc(500 / 700));
margin-bottom: calc(-20px * 200 / 700);
}
.map_body {
transform-origin: 0px 0px;
transform: scale(calc(500 / 700));
}
}