style: new key type selector align center on windows #166
Co-authored-by: raojinlin <raojinlin302@gmail.com>
This commit is contained in:
parent
ad2c4c432b
commit
9bd958ef24
|
@ -93,7 +93,14 @@ watchEffect(() => {
|
||||||
const renderTypeLabel = (option) => {
|
const renderTypeLabel = (option) => {
|
||||||
return h(
|
return h(
|
||||||
NSpace,
|
NSpace,
|
||||||
{ align: 'center', inline: true, size: 3 },
|
{
|
||||||
|
align: 'center',
|
||||||
|
inline: true,
|
||||||
|
size: 3,
|
||||||
|
itemStyle: {
|
||||||
|
lineHeight: 'var(--n-blank-height)',
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
default: () => [
|
default: () => [
|
||||||
h('div', {
|
h('div', {
|
||||||
|
|
Loading…
Reference in New Issue