Skip to content

Commit

Permalink
feat: v14
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyatong committed Oct 22, 2024
1 parent 138ca88 commit 649d5f7
Show file tree
Hide file tree
Showing 93 changed files with 368 additions and 14,971 deletions.
3 changes: 3 additions & 0 deletions .vite/deps_temp_67a06ddd/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
14,733 changes: 0 additions & 14,733 deletions packages/nutui-taro-demo/yarn.lock

This file was deleted.

2 changes: 1 addition & 1 deletion src/packages/actionsheet/actionsheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

&-description {
display: block;
font-size: $font-size-small;
font-size: $font-size-s;
color: $color-text;
}

Expand Down
2 changes: 1 addition & 1 deletion src/packages/address/address.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
display: flex;
align-items: center;
margin-bottom: 20px;
font-size: $font-size-small;
font-size: $font-size-s;
line-height: $font-size-base;
color: $color-title;

Expand Down
2 changes: 1 addition & 1 deletion src/packages/avatar/demos/h5/demo4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Demo4 = () => {
/>
<Avatar
color="var(--nutui-color-primary)"
background="var(--nutui-color-primary-light)"
background="var(--nutui-color-primary-light-pressed)"
>
U
</Avatar>
Expand Down
2 changes: 1 addition & 1 deletion src/packages/avatar/demos/taro/demo4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Demo4 = () => {
/>
<Avatar
color="var(--nutui-color-primary)"
background="var(--nutui-color-primary-light)"
background="var(--nutui-color-primary-light-pressed)"
>
U
</Avatar>
Expand Down
2 changes: 1 addition & 1 deletion src/packages/badge/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The component provides the following CSS variables, which can be used to customi
| \--nutui-badge-height | badge height | `14px` |
| \--nutui-badge-background-color | badge background color | `linear-gradient(135deg, $color-primary 0%, $color-primary-stop-2 100%))` |
| \--nutui-badge-color | badge content color | `#fff` |
| \--nutui-badge-font-size | badge content font size | `$font-size-small` |
| \--nutui-badge-font-size | badge content font size | `$font-size-s` |
| \--nutui-badge-border | badge border | `0px solid $color-primary-text` |
| \--nutui-badge-border-radius | badge border-radius | `14px` |
| \--nutui-badge-min-width | badge min-width | `5px` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/badge/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { Badge } from '@nutui/nutui-react'
| \--nutui-badge-height | badge 的高度 | `14px` |
| \--nutui-badge-background-color | badge 背景色 | `linear-gradient(135deg, $color-primary 0%, $color-primary-stop-2 100%))` |
| \--nutui-badge-color | badge 内容色值 | `#fff` |
| \--nutui-badge-font-size | badge 内容字号 | `$font-size-small` |
| \--nutui-badge-font-size | badge 内容字号 | `$font-size-s` |
| \--nutui-badge-border | badge 边框 | `0px solid $color-primary-text` |
| \--nutui-badge-border-radius | badge 边框圆角 | `14px` |
| \--nutui-badge-min-width | badge 最小宽度 | `5px` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/badge/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { Badge } from '@nutui/nutui-react-taro'
| \--nutui-badge-height | badge 的高度 | `14px` |
| \--nutui-badge-background-color | badge 背景色 | `linear-gradient(135deg, $color-primary 0%, $color-primary-stop-2 100%))` |
| \--nutui-badge-color | badge 内容色值 | `#fff` |
| \--nutui-badge-font-size | badge 内容字号 | `$font-size-small` |
| \--nutui-badge-font-size | badge 内容字号 | `$font-size-s` |
| \--nutui-badge-border | badge 边框 | `0px solid $color-primary-text` |
| \--nutui-badge-border-radius | badge 边框圆角 | `14px` |
| \--nutui-badge-min-width | badge 最小宽度 | `5px` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/badge/doc.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { Badge } from '@nutui/nutui-react'
| \--nutui-badge-height | badge 的高度 | `14px` |
| \--nutui-badge-background-color | badge 背景色 | `linear-gradient(135deg, $color-primary 0%, $color-primary-stop-2 100%))` |
| \--nutui-badge-color | badge 內容色值 | `#fff` |
| \--nutui-badge-font-size | badge 內容字號 | `$font-size-small` |
| \--nutui-badge-font-size | badge 內容字號 | `$font-size-s` |
| \--nutui-badge-border | badge 邊框 | `0px solid $color-primary-text` |
| \--nutui-badge-border-radius | badge 邊框圓角 | `14px` |
| \--nutui-badge-min-width | badge 最小寬度 | `5px` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/barrage/barrage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
right: 0;
padding: 4px 16px;
border-radius: 16px;
font-size: $font-size-small;
font-size: $font-size-s;
text-align: center;
white-space: pre;
transform: translateX(100%);
Expand Down
2 changes: 1 addition & 1 deletion src/packages/button/demos/h5/demo3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Demo3 = () => {
rightIcon={<Star />}
style={{
margin: 8,
backgroundColor: `var(--nutui-color-primary-light)`,
backgroundColor: `var(--nutui-color-primary-light-pressed)`,
borderColor: `var(--nutui-color-primary)`,
color: `var(--nutui-color-primary)`,
}}
Expand Down
2 changes: 1 addition & 1 deletion src/packages/button/demos/taro/demo4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Demo4 = () => {
rightIcon={<Star />}
style={{
margin: 8,
backgroundColor: `var(--nutui-color-primary-light)`,
backgroundColor: `var(--nutui-color-primary-light-pressed)`,
borderColor: `var(--nutui-color-primary)`,
color: `var(--nutui-color-primary)`,
}}
Expand Down
4 changes: 2 additions & 2 deletions src/packages/button/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ The component provides the following CSS variables, which can be used to customi
| \--nutui-button-small-border-radius | The border radius of buttons whose size is large | `24px` |
| \--nutui-button-small-padding | Padding for small buttons | `0 12px` |
| \--nutui-button-small-height | The height of the button whose size is small | `28px` |
| \--nutui-button-small-font-size | The font size of the button whose size is small | `$font-size-small` |
| \--nutui-button-small-font-size | The font size of the button whose size is small | `$font-size-s` |
| \--nutui-button-small-border-radius | The border radius of buttons whose size is small | `24px` |
| \--nutui-button-mini-padding | Padding for buttons with size mini | `0 12px` |
| \--nutui-button-mini-height | The height of the button whose size is mini | `24px` |
| \--nutui-button-mini-font-size | The font size of the button whose size is mini | `$font-size-small` |
| \--nutui-button-mini-font-size | The font size of the button whose size is mini | `$font-size-s` |
| \--nutui-button-mini-border-radius | The border radius of buttons whose size is mini | `24px` |
| \--nutui-button-text-icon-margin | margin of text with icon button | `4px` |
4 changes: 2 additions & 2 deletions src/packages/button/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ import { Button } from '@nutui/nutui-react'
| \--nutui-button-large-border-radius | size 为 large 的按钮的圆角 | `24px` |
| \--nutui-button-small-padding | size 为 small 的按钮的内边距 | `0 12px` |
| \--nutui-button-small-height | size 为 small 的按钮的高度 | `28px` |
| \--nutui-button-small-font-size | size 为 small 的按钮的字号 | `$font-size-small` |
| \--nutui-button-small-font-size | size 为 small 的按钮的字号 | `$font-size-s` |
| \--nutui-button-small-border-radius | size 为 small 的按钮的圆角 | `24px` |
| \--nutui-button-mini-padding | size 为 mini 的按钮的内边距 | `0 12px` |
| \--nutui-button-mini-height | size 为 mini 的按钮的高度 | `24px` |
| \--nutui-button-mini-font-size | size 为 mini 的按钮的字号 | `$font-size-small` |
| \--nutui-button-mini-font-size | size 为 mini 的按钮的字号 | `$font-size-s` |
| \--nutui-button-mini-border-radius | size 为 mini 的按钮的圆角 | `24px` |
| \--nutui-button-text-icon-margin | 带 icon按钮的文本的边距 | `4px` |
4 changes: 2 additions & 2 deletions src/packages/button/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ import { Button } from '@nutui/nutui-react-taro'
| \--nutui-button-large-border-radius | size 为 large 的按钮的圆角 | `24px` |
| \--nutui-button-small-padding | size 为 small 的按钮的内边距 | `0 12px` |
| \--nutui-button-small-height | size 为 small 的按钮的高度 | `28px` |
| \--nutui-button-small-font-size | size 为 small 的按钮的字号 | `$font-size-small` |
| \--nutui-button-small-font-size | size 为 small 的按钮的字号 | `$font-size-s` |
| \--nutui-button-small-border-radius | size 为 small 的按钮的圆角 | `24px` |
| \--nutui-button-mini-padding | size 为 mini 的按钮的内边距 | `0 12px` |
| \--nutui-button-mini-height | size 为 mini 的按钮的高度 | `24px` |
| \--nutui-button-mini-font-size | size 为 mini 的按钮的字号 | `$font-size-small` |
| \--nutui-button-mini-font-size | size 为 mini 的按钮的字号 | `$font-size-s` |
| \--nutui-button-mini-border-radius | size 为 mini 的按钮的圆角 | `24px` |
| \--nutui-button-text-icon-margin | 带 icon按钮的文本的边距 | `4px` |
4 changes: 2 additions & 2 deletions src/packages/button/doc.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ import { Button } from '@nutui/nutui-react'
| \--nutui-button-large-border-radius | size 為 large 的按鈕的圓角 | `24px` |
| \--nutui-button-small-padding | size 為 small 的按鈕的內邊距 | `0 12px` |
| \--nutui-button-small-height | size 為 small 的按鈕的高度 | `28px` |
| \--nutui-button-small-font-size | size 為 small 的按鈕的字號 | `$font-size-small` |
| \--nutui-button-small-font-size | size 為 small 的按鈕的字號 | `$font-size-s` |
| \--nutui-button-small-border-radius | size 為 small 的按鈕的圓角 | `24px` |
| \--nutui-button-mini-padding | size 為 mini 的按鈕的內邊距 | `0 12px` |
| \--nutui-button-mini-height | size 為 mini 的按鈕的高度 | `24px` |
| \--nutui-button-mini-font-size | size 為 mini 的按鈕的字號 | `$font-size-small` |
| \--nutui-button-mini-font-size | size 為 mini 的按鈕的字號 | `$font-size-s` |
| \--nutui-button-mini-border-radius | size 為 mini 的按鈕的圓角 | `24px` |
| \--nutui-button-text-icon-margin | 帶 icon按鈕的文本的邊距 | `4px` |
2 changes: 1 addition & 1 deletion src/packages/calendar/calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
top: -50px;
left: 0;
right: 0;
font-size: $font-size-small;
font-size: $font-size-s;
color: $color-text;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/packages/calendar/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The component provides the following CSS variables, which can be used to customi
| \--nutui-calendar-choose-color | calendar choose color | `$color-primary` |
| \--nutui-calendar-choose-disable-background-color | calendar choose but disable background color | `rgba(191, 191, 191, 0.09)` |
| \--nutui-calendar-disable-color | calendar disable color | `#d1d0d0` |
| \--nutui-calendar-base-font-size | calendar base font size | `$font-size-large` |
| \--nutui-calendar-base-font-size | calendar base font size | `$font-size-l` |
| \--nutui-calendar-title-font-size | calendar title font size | `$font-size-xl` |
| \--nutui-calendar-title-font-weight | calendar title font weight | `500` |
| \--nutui-calendar-sub-title-font-size | calendar sub title font size | `$font-size-base` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/calendar/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ import { Calendar } from '@nutui/nutui-react'
| \--nutui-calendar-choose-color | 日历选中元素的字色 | `$color-primary` |
| \--nutui-calendar-choose-disable-background-color | 日历不可选元素的选中时的背景色 | `rgba(191, 191, 191, 0.09)` |
| \--nutui-calendar-disable-color | 日历不可选元素的字色 | `#d1d0d0` |
| \--nutui-calendar-base-font-size | 日历字号 | `$font-size-large` |
| \--nutui-calendar-base-font-size | 日历字号 | `$font-size-l` |
| \--nutui-calendar-title-font-size | 日历标题字号 | `$font-size-xl` |
| \--nutui-calendar-title-font-weight | 日历标题字重 | `500` |
| \--nutui-calendar-sub-title-font-size | 日历副标题字号 | `$font-size-base` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/calendar/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ import { Calendar } from '@nutui/nutui-react-taro'
| \--nutui-calendar-choose-color | 日历选中元素的字色 | `$color-primary` |
| \--nutui-calendar-choose-disable-background-color | 日历不可选元素的选中时的背景色 | `rgba(191, 191, 191, 0.09)` |
| \--nutui-calendar-disable-color | 日历不可选元素的字色 | `#d1d0d0` |
| \--nutui-calendar-base-font-size | 日历字号 | `$font-size-large` |
| \--nutui-calendar-base-font-size | 日历字号 | `$font-size-l` |
| \--nutui-calendar-title-font-size | 日历标题字号 | `$font-size-xl` |
| \--nutui-calendar-title-font-weight | 日历标题字重 | `500` |
| \--nutui-calendar-sub-title-font-size | 日历副标题字号 | `$font-size-base` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/calendar/doc.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ import { Calendar } from '@nutui/nutui-react'
| \--nutui-calendar-choose-color | 日歴選中元素的字色 | `$color-primary` |
| \--nutui-calendar-choose-disable-background-color | 日歴不可選元素的選中時的背景色 | `rgba(191, 191, 191, 0.09)` |
| \--nutui-calendar-disable-color | 日歴不可選元素的字色 | `#d1d0d0` |
| \--nutui-calendar-base-font-size | 日歴字號 | `$font-size-large` |
| \--nutui-calendar-base-font-size | 日歴字號 | `$font-size-l` |
| \--nutui-calendar-title-font-size | 日歴標題字號 | `$font-size-xl` |
| \--nutui-calendar-title-font-weight | 日歴標題字重 | `500` |
| \--nutui-calendar-sub-title-font-size | 日歴副標題字號 | `$font-size-base` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/calendarcard/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The component provides the following CSS variables, which can be used to customi
| \--nutui-calendar-active-background-color | calendar active background color | `$color-primary` |
| \--nutui-calendar-choose-background-color | calendar choose background color | `rgba(#fa2c19, 0.09)` |
| \--nutui-calendar-disable-color | calendar disable color | `#d1d0d0` |
| \--nutui-calendar-base-font-size | calendar base font size | `$font-size-large` |
| \--nutui-calendar-base-font-size | calendar base font size | `$font-size-l` |
| \--nutui-calendar-day-width | calendar day width | `14.28%` |
| \--nutui-calendar-choose-color | calendar choose color | `$color-primary` |
| \--nutui-calendar-day-active-border-radius | calendar day active border radius | `4px` |
2 changes: 1 addition & 1 deletion src/packages/calendarcard/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import { CalendarCard } from '@nutui/nutui-react'
| \--nutui-calendar-active-background-color | 选中状态时的元素背景色 | `$color-primary` |
| \--nutui-calendar-choose-background-color | 选中时区间内元素的背景色,区别区间两头元素的背景色 | `rgba(#fa2c19, 0.09)` |
| \--nutui-calendar-disable-color | 不可选元素的字色 | `#bfbfbf` |
| \--nutui-calendar-base-font-size | 字号 | `$font-size-large` |
| \--nutui-calendar-base-font-size | 字号 | `$font-size-l` |
| \--nutui-calendar-day-width | 日历元素宽度 | `14.28%` |
| \--nutui-calendar-choose-color | 日历选中元素的字色 | `$color-primary` |
| \--nutui-calendar-day-active-border-radius | 日历选中元素的圆角 | `4px` |
2 changes: 1 addition & 1 deletion src/packages/calendarcard/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import { CalendarCard } from '@nutui/nutui-react-taro'
| \--nutui-calendar-active-background-color | 选中状态时的元素背景色 | `$color-primary` |
| \--nutui-calendar-choose-background-color | 选中时区间内元素的背景色,区别区间两头元素的背景色 | `rgba(#fa2c19, 0.09)` |
| \--nutui-calendar-disable-color | 不可选元素的字色 | `#bfbfbf` |
| \--nutui-calendar-base-font-size | 字号 | `$font-size-large` |
| \--nutui-calendar-base-font-size | 字号 | `$font-size-l` |
| \--nutui-calendar-day-width | 日历元素宽度 | `14.28%` |
| \--nutui-calendar-choose-color | 日历选中元素的字色 | `$color-primary` |
| \--nutui-calendar-day-active-border-radius | 日历选中元素的圆角 | `4px` |
2 changes: 1 addition & 1 deletion src/packages/calendarcard/doc.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import { CalendarCard } from '@nutui/nutui-react'
| \--nutui-calendar-active-background-color | 選中狀態時的元素背景色 | `$color-primary` |
| \--nutui-calendar-choose-background-color | 選中時區間內元素的背景色,區別區間兩頭元素的背景色 | `rgba(#fa2c19, 0.09)` |
| \--nutui-calendar-disable-color | 不可選元素的字色 | `#bfbfbf` |
| \--nutui-calendar-base-font-size | 字號 | `$font-size-large` |
| \--nutui-calendar-base-font-size | 字號 | `$font-size-l` |
| \--nutui-calendar-day-width | 日歷元素寬度 | `14.28%` |
| \--nutui-calendar-choose-color | 日歷選中元素的字色 | `$color-primary` |
| \--nutui-calendar-day-active-border-radius | 日歷選中元素的圓角 | `4px` |
4 changes: 2 additions & 2 deletions src/packages/cell/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The component provides the following CSS variables, which can be used to customi
| \--nutui-cell-title-color | The cell title the font color | `$color-title` |
| \--nutui-cell-title-font-size | The cell title the font size | `$font-size-base` |
| \--nutui-cell-description-color | The cell describes the font color | `$color-text` |
| \--nutui-cell-description-font-size | The cell describes the font size | `$font-size-small` |
| \--nutui-cell-description-font-size | The cell describes the font size | `$font-size-s` |
| \--nutui-cell-extra-color | The right side of the cell describes the font color | `$color-text` |
| \--nutui-cell-extra-font-size | The right side of the cell describes the font size | `$font-size-base` |
| \--nutui-cell-border-radius | The rounded corner size of the cell | `6px` |
Expand All @@ -122,7 +122,7 @@ The component provides the following CSS variables, which can be used to customi
| \--nutui-cell-group-title-line-height | The title row height of the cell group | `20px` |
| \--nutui-cell-group-description-padding | The description padding for cell groups | `0 10px` |
| \--nutui-cell-group-description-color | The description color of the cell group | `#909ca4` |
| \--nutui-cell-group-description-font-size | The description font size of the cell group | `$font-size-small` |
| \--nutui-cell-group-description-font-size | The description font size of the cell group | `$font-size-s` |
| \--nutui-cell-group-description-line-height | The description row height of cell group | `16px` |
| \--nutui-cell-group-background-color | The background color of the cell group | `$white` |
| \--nutui-cell-group-wrap-margin | The margin of the cell group wrap | `10px` |
4 changes: 2 additions & 2 deletions src/packages/cell/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ import { Cell } from '@nutui/nutui-react'
| \--nutui-cell-title-color | 单元格标题字体颜色 | `$color-title` |
| \--nutui-cell-title-font-size | 单元格标题字体大小 | `$font-size-base` |
| \--nutui-cell-description-color | 单元格描述字体颜色 | `$color-text` |
| \--nutui-cell-description-font-size | 单元格描述字体大小 | `$font-size-small` |
| \--nutui-cell-description-font-size | 单元格描述字体大小 | `$font-size-s` |
| \--nutui-cell-extra-color | 单元格右侧描述字体颜色 | `$color-text` |
| \--nutui-cell-extra-font-size | 单元格右侧描述字体大小 | `$font-size-base` |
| \--nutui-cell-border-radius | 单元格圆角大小 | `6px` |
Expand All @@ -124,7 +124,7 @@ import { Cell } from '@nutui/nutui-react'
| \--nutui-cell-group-title-line-height | 单元格分组的标题行高 | `20px` |
| \--nutui-cell-group-description-padding | 单元格分组的描述内边距 | `0 10px` |
| \--nutui-cell-group-description-color | 单元格分组的描述颜色 | `#909ca4` |
| \--nutui-cell-group-description-font-size | 单元格分组的描述字体大小 | `$font-size-small` |
| \--nutui-cell-group-description-font-size | 单元格分组的描述字体大小 | `$font-size-s` |
| \--nutui-cell-group-description-line-height | 单元格分组的描述行高 | `16px` |
| \--nutui-cell-group-background-color | 单元格分组的背景颜色 | `$white` |
| \--nutui-cell-group-wrap-margin | 单元格分组容器的外边距 | `10px` |
4 changes: 2 additions & 2 deletions src/packages/cell/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ import { Cell } from '@nutui/nutui-react-taro'
| \--nutui-cell-title-color | 单元格标题字体颜色 | `$color-title` |
| \--nutui-cell-title-font-size | 单元格标题字体大小 | `$font-size-base` |
| \--nutui-cell-description-color | 单元格描述字体颜色 | `$color-text` |
| \--nutui-cell-description-font-size | 单元格描述字体大小 | `$font-size-small` |
| \--nutui-cell-description-font-size | 单元格描述字体大小 | `$font-size-s` |
| \--nutui-cell-extra-color | 单元格右侧描述字体颜色 | `$color-text` |
| \--nutui-cell-extra-font-size | 单元格右侧描述字体大小 | `$font-size-base` |
| \--nutui-cell-border-radius | 单元格圆角大小 | `6px` |
Expand All @@ -123,7 +123,7 @@ import { Cell } from '@nutui/nutui-react-taro'
| \--nutui-cell-group-title-line-height | 单元格分组的标题行高 | `20px` |
| \--nutui-cell-group-description-padding | 单元格分组的描述内边距 | `0 10px` |
| \--nutui-cell-group-description-color | 单元格分组的描述颜色 | `#909ca4` |
| \--nutui-cell-group-description-font-size | 单元格分组的描述字体大小 | `$font-size-small` |
| \--nutui-cell-group-description-font-size | 单元格分组的描述字体大小 | `$font-size-s` |
| \--nutui-cell-group-description-line-height | 单元格分组的描述行高 | `16px` |
| \--nutui-cell-group-background-color | 单元格分组的背景颜色 | `$white` |
| \--nutui-cell-group-wrap-margin | 单元格分组容器的外边距 | `10px` |
Loading

0 comments on commit 649d5f7

Please sign in to comment.