mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(ActionSheet): adjust max-height
This commit is contained in:
parent
1b576f02b2
commit
7cf026f045
@ -230,9 +230,9 @@ Set `poppable` to `false`, the calendar will be displayed directly on the page i
|
||||
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `true` |
|
||||
| confirm-text | Confirm button text | *string* | `Confirm` |
|
||||
| confirm-disabled-text | Confirm button text when disabled | *string* | `Confirm` |
|
||||
| max-range`2.4.3` | Number of selectable days | *number* | - |
|
||||
| range-prompt`2.4.3` | Error message when exceeded max range | *string* | `Choose no more than xx days` |
|
||||
| get-container`2.4.4` | Return the mount node for Calendar | _string \| () => Element_ | - |
|
||||
| max-range `2.4.3` | Number of selectable days | *number* | - |
|
||||
| range-prompt `2.4.3` | Error message when exceeded max range | *string* | `Choose no more than xx days` |
|
||||
| get-container `2.4.4` | Return the mount node for Calendar | _string \| () => Element_ | - |
|
||||
|
||||
### Data Structure of Day
|
||||
|
||||
|
@ -230,9 +230,9 @@ export default {
|
||||
| safe-area-inset-bottom | 是否开启 [底部安全区适配](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei) | *boolean* | `true` |
|
||||
| confirm-text | 确认按钮的文字 | *string* | `确定` |
|
||||
| confirm-disabled-text | 确认按钮处于禁用状态时的文字 | *string* | `确定` |
|
||||
| max-range`2.4.3` | 日期区间最多可选天数,默认无限制 | *number* | - |
|
||||
| range-prompt`2.4.3` | 选择超过区间范围时的提示文案 | *string* | `选择天数不能超过 xx 天` |
|
||||
| get-container`2.4.4` | 指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi) | *string \| () => Element* | - |
|
||||
| max-range `2.4.3` | 日期区间最多可选天数,默认无限制 | *number* | - |
|
||||
| range-prompt `2.4.3` | 选择超过区间范围时的提示文案 | *string* | `选择天数不能超过 xx 天` |
|
||||
| get-container `2.4.4` | 指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi) | *string \| () => Element* | - |
|
||||
|
||||
### Day 数据结构
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
@border-radius-max: 999px;
|
||||
|
||||
// ActionSheet
|
||||
@action-sheet-max-height: 90%;
|
||||
@action-sheet-max-height: 80%;
|
||||
@action-sheet-header-height: 44px;
|
||||
@action-sheet-header-font-size: @font-size-lg;
|
||||
@action-sheet-description-color: @gray-7;
|
||||
|
Loading…
x
Reference in New Issue
Block a user