From 16b87782a983c8df4fbb957c450e0a6cb5b2c920 Mon Sep 17 00:00:00 2001 From: Daylen Jeez <111993029+daylenjeez@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:50:04 +0800 Subject: [PATCH] Update index.en.md Remove duplicate CSS Variables in Tabs components doc. --- src/components/tabs/index.en.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/tabs/index.en.md b/src/components/tabs/index.en.md index 182c8f6ddd..b29cd5de6e 100644 --- a/src/components/tabs/index.en.md +++ b/src/components/tabs/index.en.md @@ -40,7 +40,6 @@ The current content needs to be divided into groups of the same hierarchical str | --active-line-height | The height of the active tab underline | `2px` | | --active-title-color | The color of the active tab title | `var(--adm-color-primary)` | | --content-padding | Padding of the tab content | `12px` | -| --content-padding | Padding of the tab content | `12px` | | --fixed-active-line-width | The width of the active tab underline. Only take effect when `activeLineMode` is `'fixed'`. | `30px` | | --title-font-size | Font size of the displayed text of the tab header | `17px` |