소스 검색

fix: the hover style of the card-item operation button container (#3520)

tags/0.6.4
buu 1 년 전
부모
커밋
be27ac0e69
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/app/configuration/dataset-config/card-item/item.tsx

+ 1
- 1
web/app/components/app/configuration/dataset-config/card-item/item.tsx 파일 보기

@@ -66,7 +66,7 @@ const Item: FC<ItemProps> = ({
)
} */}
</div>
<div className='hidden group-hover:flex items-center justify-end absolute right-0 top-0 bottom-0 pr-2 w-[124px] bg-gradient-to-r from-white/50 to-white to-50%'>
<div className='hidden rounded-lg group-hover:flex items-center justify-end absolute right-0 top-0 bottom-0 pr-2 w-[124px] bg-gradient-to-r from-white/50 to-white to-50%'>
<div
className='flex items-center justify-center mr-1 w-6 h-6 hover:bg-black/5 rounded-md cursor-pointer'
onClick={() => setShowSettingsModal(true)}

Loading…
취소
저장