mirror of https://gitee.com/answerdev/answer.git
fix: tag selector component style adjustment
This commit is contained in:
parent
77b53e583d
commit
d01e7f5529
|
@ -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) => {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue