新增:Badge 徽章组件

This commit is contained in:
2022-09-03 11:31:54 +08:00
parent 09c88d4efc
commit 90e3812f3e
16 changed files with 82 additions and 14 deletions

View File

@@ -28,4 +28,16 @@
:root {
--vp-home-hero-image-filter: blur(72px);
}
}
/**
* Component: Badge
* -------------------------------------------------------------------------- */
:root {
--vp-c-badge-type-warning: #e7c000;
--vp-c-badge-type-tip: #42b983;
--vp-c-badge-type-error: #da5961;
--vp-c-badge-type-info: #0170fe;
}