add vite external plugin

This commit is contained in:
2023-04-12 14:45:51 +08:00
parent 9754bd8fbe
commit ee2c1c88f1
14 changed files with 210 additions and 97 deletions

View File

@ -244,7 +244,7 @@ $listMaxHeight: 210px;
@include scrollbar();
&.filtered>li:first-child {
background-color: var(--hover-color);
background-color: var(--hover-bg-color);
}
>li {
@ -260,7 +260,7 @@ $listMaxHeight: 210px;
&:hover,
&.selected {
background-color: var(--hover-color);
background-color: var(--hover-bg-color);
}
>.checkbox-wrapper {

View File

@ -16,12 +16,12 @@
--title-color: #fff;
--title-bg-color: rgb(68, 114, 196);
--border-color: #d9d9d9;
--focus-color: #b9b9b9;
--focus-color: #666;
--disabled-bg-color: #e9e9e9;
--disabled-color: #aaa;
--box-color: #999898;
--disabled-box-color: #d9d9d9;
--hover-color: #eee;
--hover-bg-color: #eee;
--link-color: #1890ff;
--primary-color: rgb(123, 28, 33);
--loading-bg-color: hsla(0, 0%, 100%, .4);