This commit is contained in:
parent
8321793a31
commit
028c5bda11
@ -244,4 +244,14 @@ const goList = () => {
|
||||
.item-input {
|
||||
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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user