Skip to content

Commit 1daeabe

Browse files
committed
移除 globalToAntd 示例中的 CSS 变量相关说明,简化代码结构以提升可读性。
1 parent 66bcb78 commit 1daeabe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/globalToAntd-example.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,6 @@ const GlobalToAntdExample: React.FC = () => {
329329
</Space>
330330
</Card>
331331
</ConfigProvider>
332-
333-
<Title level={3}>使用 css 变量</Title>
334-
<Paragraph>使用原生的 css 来实现</Paragraph>
335-
336332
<ConfigProvider
337333
theme={{
338334
hashed: true,

0 commit comments

Comments
 (0)