From 35af9b180ba3e93d098a6bf7ab789a81bcd9ff72 Mon Sep 17 00:00:00 2001 From: Peach Date: Thu, 17 Nov 2022 23:24:08 +0800 Subject: [PATCH] docs: correct demo style for tag (#38650) * docs: correct colorful demo style for tag * docs: correct colorful-inverse demo style for tag --- components/tag/demo/colorful-inverse.md | 2 +- components/tag/demo/colorful.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tag/demo/colorful-inverse.md b/components/tag/demo/colorful-inverse.md index fb1750b1d0..8c3af980fd 100644 --- a/components/tag/demo/colorful-inverse.md +++ b/components/tag/demo/colorful-inverse.md @@ -10,4 +10,4 @@ Internal inverse color tag .code-box-demo .ant-tag { margin-bottom: 8px; } - diff --git a/components/tag/demo/colorful.md b/components/tag/demo/colorful.md index c29b33c176..a8cec2e91b 100644 --- a/components/tag/demo/colorful.md +++ b/components/tag/demo/colorful.md @@ -10,4 +10,4 @@ We preset a series of colorful tag styles for use in different situations. You c .code-box-demo .ant-tag { margin-bottom: 8px; } -