수정 날짜
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
khj0414 2025-04-08 13:52:44 +09:00
parent 8321793a31
commit 028c5bda11

View File

@ -244,4 +244,14 @@ const goList = () => {
.item-input { .item-input {
max-width: 200px; max-width: 200px;
} }
.hidden-date-input {
display: block; /* 한 줄 차지 */
margin-top: 19.5px; /* form-input과 붙게 조정 */
border: none;
padding: 0;
height: 0;
opacity: 0;
pointer-events: none; /* 사용자 클릭 못하게 */
position: absolute; /* 시각적으로 띄워두기 */
}
</style> </style>