Browse Source

site: remove pointerEvents (#38726)

pull/38666/head
lijianan 2 years ago
committed by GitHub
parent
commit
cd52a3dce0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .dumi/pages/index/components/ComponentsList.tsx

3
.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}

Loading…
Cancel
Save