Fix: Vertical alignment of key type selector text in the add new key dialog on Windows

This commit is contained in:
raojinlin 2024-02-26 11:14:31 +08:00
parent a560f3ce98
commit ef3615bfc1
2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
0d716149856646a7939a157fbfa27913 7d8fc3991382d09b7c9aa07b9d551a05

View File

@ -103,13 +103,11 @@ const renderTypeLabel = (option) => {
width: '13px', width: '13px',
height: '13px', height: '13px',
border: '2px solid white', border: '2px solid white',
position: 'relative',
top: '-0.5px',
}, },
}), }),
h('div', { h('div', {
style: { style: {
'line-height': '32px', 'line-height': 'var(--n-blank-height)',
} }
}, option.value), }, option.value),
], ],