정산조회 - 정산내역 리스트 및 상세

This commit is contained in:
focp212@naver.com
2025-09-18 09:45:10 +09:00
parent 22bdd45f0a
commit 746358dfe1
42 changed files with 1388 additions and 704 deletions

View File

@@ -15,28 +15,25 @@ main {
-ms-overflow-style: none;
scrollbar-width: none;
}
.tab-content{
overflow-y: unset;
}
.ic20.rot-180{
transform: rotate(180deg);
}
.txn-divider{
z-index: 20;
}
.txn-section{
z-index: 20;
background-color: #ffffff;
}
.kv-list{
padding-bottom: 20px;
z-index: 10;
}
/* calendar */
.react-calendar{
margin: 10% auto;
}
.kv-list{
padding-bottom: 20px;
}
.txn-divider{
margin-top: 0px;
}
header{
padding-top: env(safe-area-inset-top) !important;