@@ -58,6 +58,7 @@
// tag
--tag-bg-color: rgba(239, 239, 240, 0.1);
--tag-info-text-color: #fff;
+ --tag-boder-color: rgba(239, 239, 240, 0.1);
--tips-bg-color: rgba(26, 28, 32, 1);
--tag-info-bg-color: rgba(239, 239, 240, 0.1);
@@ -169,6 +169,7 @@
--color-range-text: #2b2f36;
--tag-bg-color: rgba(239, 239, 240);
+ --tag-boder-color: #efeff0;
--scoring-bg-color: #f2f4f7;
@@ -519,6 +519,7 @@ const SearchInput = () => {
color: var(--color-neutral-1);
font-weight: 600;
font-size: var(--font-size-2);
+ border-color: var(--tag-boder-color);
background-color: var(--tag-bg-color) !important;
}
.iconfont_icon_tip {
@@ -767,6 +767,7 @@ const SearchInput = () => {