修复字母被截取的问题

pull/1155/head
lyswhut 2023-01-18 21:41:42 +08:00
parent c1cff1e3c2
commit 7266352ca0
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ export default {
transition: background-color @transition-normal;
height: @selection-height;
// line-height: 27px;
line-height: 1.5;
box-sizing: border-box;
color: var(--color-button-font);
border-radius: @form-radius;