解决 <li> 元素输入框太小,移动端无法编辑的问题

This commit is contained in:
Bard 2023-10-10 18:01:50 +08:00 committed by GitHub
parent 238e686372
commit b4c64bbae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2212,9 +2212,9 @@ td>table>tbody>tr>td,
transition: box-shadow .15s ease; transition: box-shadow .15s ease;
white-space: nowrap; white-space: nowrap;
word-break: break-word; word-break: break-word;
font-size: .875rem; /* font-size: .875rem; */
line-height: 1.5rem; line-height: 1.5rem;
color: #8898aa; color: var(--gray);
border: 1px solid #dee2e6; border: 1px solid #dee2e6;
border-radius: .25rem 0 0 .25rem; border-radius: .25rem 0 0 .25rem;
border-right-width: 0; border-right-width: 0;
@ -2385,7 +2385,7 @@ td>table>tbody>tr>td,
} }
.cbi-dropdown>ul>li input[type="text"] { .cbi-dropdown>ul>li input[type="text"] {
height: 20px height: 30px
} }
.cbi-dropdown[open]>ul.dropdown { .cbi-dropdown[open]>ul.dropdown {