Merge pull request #2 from bufanyun/v2.0

更新至2.6.7
This commit is contained in:
maxbad
2023-05-11 09:38:14 +08:00
committed by GitHub
315 changed files with 15135 additions and 6244 deletions

View File

@@ -120,7 +120,6 @@
NIcon,
NTag,
NIconWrapper,
NAvatar,
useMessage,
NImage,
useDialog,
@@ -160,13 +159,25 @@
});
} else {
return h(
NAvatar,
NIconWrapper,
{
size: 48,
color: '#2D8CF0',
borderRadius: 8,
},
{
default: () => h(getIconComponent(row.logo)),
default: () =>
h(
NIcon,
{
size: 36,
style: {
marginTop: '-8px',
},
},
{
default: () => h(getIconComponent(row.logo)),
}
),
}
);
}

View File

@@ -29,6 +29,7 @@
HelpCircleOutline,
RemoveCircleOutline,
} from '@vicons/ionicons5';
hljs.registerLanguage('goLang', goLang);
interface Props {