misc: 도시 렌더러에서 배경 클래스 지정
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
>
|
||||
<div
|
||||
v-if="city.color"
|
||||
class="city_bg"
|
||||
:class="`city_bg b${city.color.substring(1)}`"
|
||||
:style="{
|
||||
backgroundImage: `url(${imagePath}/b${city.color.substring(1).toUpperCase()}.png)`,
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user