Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/packages/tabpane/tabpane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
width: 100%;
flex-shrink: 0;
display: block;
background-color: $tabs-tabpane-backgroundColor;
background-color: $tabs-tabpane-background-color;
color: $color-title;
padding: $tabs-tabpane-padding;
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion src/packages/tabs/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ The component provides the following CSS variables, which can be used to customi
| \--nutui-tabs-vertical-tab-line-width | Vertical title line width | `3px` |
| \--nutui-tabs-vertical-tab-line-height | The height of the vertical title line | `12px` |
| \--nutui-tabs-tabpane-padding | Padding of the Tabpane content | `24px 20px` |
| \--nutui-tabs-tabpane-backgroundColor | BackgroundColor of the Tabpane content | `#fff` |
| \--nutui-tabs-tabpane-background-color | BackgroundColor of the Tabpane content | `#fff` |

<Contribution name="Tabs" />
2 changes: 1 addition & 1 deletion src/packages/tabs/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ import { Tabs } from '@nutui/nutui-react'
| \--nutui-tabs-vertical-tab-line-width | 垂直方向标题线条的宽度 | `3px` |
| \--nutui-tabs-vertical-tab-line-height | 垂直方向标题线条的高度 | `12px` |
| \--nutui-tabs-tabpane-padding | Tabpane 的内边距 | `24px 20px` |
| \--nutui-tabs-tabpane-backgroundColor | Tabpane 的背景色 | `#fff` |
| \--nutui-tabs-tabpane-background-color | Tabpane 的背景色 | `#fff` |

<Contribution name="Tabs" />
2 changes: 1 addition & 1 deletion src/packages/tabs/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,6 @@ import { Tabs } from '@nutui/nutui-react-taro'
| \--nutui-tabs-vertical-tab-line-width | 垂直方向标题线条的宽度 | `3px` |
| \--nutui-tabs-vertical-tab-line-height | 垂直方向标题线条的高度 | `12px` |
| \--nutui-tabs-tabpane-padding | Tabpane 的内边距 | `24px 20px` |
| \--nutui-tabs-tabpane-backgroundColor | Tabpane 的背景色 | `#fff` |
| \--nutui-tabs-tabpane-background-color | Tabpane 的背景色 | `#fff` |

<Contribution name="Tabs" />
2 changes: 1 addition & 1 deletion src/packages/tabs/doc.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,6 @@ import { Tabs } from '@nutui/nutui-react'
| \--nutui-tabs-vertical-tab-line-width | 垂直方向標題線條的寬度 | `3px` |
| \--nutui-tabs-vertical-tab-line-height | 垂直方向標題線條的高度 | `12px` |
| \--nutui-tabs-tabpane-padding | Tabpane 的內邊距 | `24px 20px` |
| \--nutui-tabs-tabpane-backgroundColor | Tabpane 的背景色 | `#fff` |
| \--nutui-tabs-tabpane-background-color | Tabpane 的背景色 | `#fff` |

<Contribution name="Tabs" />
4 changes: 2 additions & 2 deletions src/styles/variables-jmapp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1981,8 +1981,8 @@ $tabs-titles-item-smile-bottom: var(
-10px
) !default;
$tabs-tabpane-padding: var(--nutui-tabs-tabpane-padding, 24px 20px) !default;
$tabs-tabpane-backgroundColor: var(
--nutui-tabs-tabpane-backgroundColor,
$tabs-tabpane-background-color: var(
--nutui-tabs-tabpane-background-color,
#fff
) !default;
// indicator(✅)
Expand Down
4 changes: 2 additions & 2 deletions src/styles/variables-jrkf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2084,8 +2084,8 @@ $tabs-titles-item-smile-bottom: var(
-10px
) !default;
$tabs-tabpane-padding: var(--nutui-tabs-tabpane-padding, 24px 20px) !default;
$tabs-tabpane-backgroundColor: var(
--nutui-tabs-tabpane-backgroundColor,
$tabs-tabpane-background-color: var(
--nutui-tabs-tabpane-background-color,
#fff
) !default;
// indicator(✅)
Expand Down
4 changes: 2 additions & 2 deletions src/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1876,8 +1876,8 @@ $tabs-titles-item-smile-bottom: var(
-10%
) !default;
$tabs-tabpane-padding: var(--nutui-tabs-tabpane-padding, 24px 20px) !default;
$tabs-tabpane-backgroundColor: var(
--nutui-tabs-tabpane-backgroundColor,
$tabs-tabpane-background-color: var(
--nutui-tabs-tabpane-background-color,
#fff
) !default;
// indicator(✅)
Expand Down
Loading