대시보드 UI 개선, 한글깨짐 처리.
This commit is contained in:
@@ -625,8 +625,8 @@
|
||||
.dashboard-transactions .card {
|
||||
border-radius: 0.35rem;
|
||||
box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
|
||||
overflow: hidden;
|
||||
height: 242px;
|
||||
/* overflow: hidden; */ /* 스크롤바 제거를 위해 제거 */
|
||||
/* height: 242px; */ /* 스크롤바 제거를 위해 제거 */
|
||||
}
|
||||
|
||||
.transaction-filters {
|
||||
@@ -655,8 +655,8 @@
|
||||
}
|
||||
|
||||
.transaction-table-container {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
/* max-height: 300px; */ /* 스크롤바 제거를 위해 제거 */
|
||||
/* overflow-y: auto; */ /* 스크롤바 제거 */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -817,7 +817,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 0.75rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
/* 제목과 버튼을 한 줄에 나란히 표시하기 위한 컨테이너 */
|
||||
|
||||
Reference in New Issue
Block a user