fix: 연감에 전투 시드가 겉으로 드러남

This commit is contained in:
2022-06-11 15:09:35 +09:00
parent ea619bd693
commit 2f42691d2b
+7
View File
@@ -221,4 +221,11 @@ onMounted(() => {
}
}
}
</style>
<style>
.hidden_but_copyable {
color: rgba(0, 0, 0, 0);
font-size: 0;
}
</style>