fix fullscreen

This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-01-26 16:35:51 +08:00
parent b6b17d1ef0
commit 259752291c
5 changed files with 46 additions and 41 deletions

View File

@@ -28,8 +28,9 @@ onMounted(() => {
line-height: 1;
}
/* :fullscreen .datetime {
right: 620px;
top: 56px;
} */
:fullscreen .datetime {
/* right: 620px;
top: 56px; */
color: red;
}
</style>