lijianan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
.dumi/pages/index/components/ComponentsList.tsx
|
|
@ -10,7 +10,6 @@ import { |
|
|
|
Modal, |
|
|
|
FloatButton, |
|
|
|
Progress, |
|
|
|
ConfigProvider, |
|
|
|
} from 'antd'; |
|
|
|
import dayjs from 'dayjs'; |
|
|
|
import { CustomerServiceOutlined, QuestionCircleOutlined, SyncOutlined } from '@ant-design/icons'; |
|
|
@ -222,7 +221,7 @@ export default function ComponentsList() { |
|
|
|
const tagText = type === 'new' ? locale.new : locale.update; |
|
|
|
|
|
|
|
return ( |
|
|
|
<div key={index} css={styles.card} style={{ pointerEvents: 'none' }}> |
|
|
|
<div key={index} css={styles.card}> |
|
|
|
{/* Decorator */} |
|
|
|
<div |
|
|
|
css={styles.cardCircle} |
|
|
|