perf: style fix

This commit is contained in:
pipipi-pikachu 2023-09-14 22:01:54 +08:00
parent e1e791a395
commit 86b6ffe044

View File

@ -262,12 +262,13 @@ const close = () => {
} }
.input { .input {
width: 100%; width: 100%;
height: 18px; height: 16px;
line-height: 18px;
border: 0; border: 0;
outline: 0; outline: 0;
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
flex: 1; flex: 1;
font-size: 12px;
background-color: transparent;
} }
</style> </style>