버그 픽스 및 정산 조회

This commit is contained in:
focp212@naver.com
2025-10-24 13:55:37 +09:00
parent b2568ea8ff
commit 7f891b85b1
13 changed files with 89 additions and 84 deletions

View File

@@ -379,3 +379,10 @@ main.home-main{
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}
.unset-child-span > span {
color: unset !important;
font-size: unset !important;
font-weight: unset !important;
width: unset !important;
text-align: unset !important;
}