fix: tag selector component style adjustment

This commit is contained in:
shuai
2022-11-18 18:42:06 +08:00
parent 77b53e583d
commit d01e7f5529
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -229,12 +229,7 @@ const TagSelector: FC<IProps> = ({
{showRequiredTagText &&
tags &&
tags.filter((v) => v.recommend)?.length > 0 && (
<Dropdown.Item
disabled
style={{ fontWeight: 500 }}
className="text-secondary">
{t('tag_required_text')}
</Dropdown.Item>
<h6 className="dropdown-header">{t('tag_required_text')}</h6>
)}
{tags?.map((item, index) => {
+1 -1
View File
@@ -66,7 +66,7 @@ a {
display: inline-block;
font-size: 14px;
background: rgba($blue-100, 0.5);
padding: 1px 7px;
padding: 0px 7px 1px;
color: $blue-700;
border: 1px solid transparent;
&:hover {