Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
01ccb01
chore: merge deploy mode (#3965)
anlyyao Sep 30, 2025
db79834
chore: update build package name (#3974)
novlan1 Oct 9, 2025
ae713d4
chore(indexes): fix sidebar click error in demo (#3980)
novlan1 Oct 10, 2025
801e0bd
fix(sidebar): fix color of disabled sidebar (#3982)
novlan1 Oct 10, 2025
c69eb75
chore: update site (#3984)
novlan1 Oct 10, 2025
801de29
feat(Drawer): add overlayProps attr (#3978)
anlyyao Oct 10, 2025
1edc441
feat(Watermark): support layout API (#3976)
Wesley-0808 Oct 11, 2025
3d82c60
fix(SideBarItem): min-height is set to auto (#3985)
anlyyao Oct 11, 2025
641be62
chore(deploy): add static prefix (#3987)
uyarn Oct 14, 2025
1b57042
【DOC】修复文档错误、优化脚本 (#3993)
novlan1 Oct 16, 2025
1777a9d
fix(Calendar): fix action button status error (#3996)
anlyyao Oct 20, 2025
82f2266
chore: publish v1.11.0 (#3999)
anlyyao Oct 20, 2025
fea46ed
Merge branch 'main' into develop
anlyyao Oct 20, 2025
2239e1a
chore: fix typo (#4002)
novlan1 Oct 23, 2025
4a3dd6c
feat: add qrcode to page watermark (#4004)
anlyyao Oct 23, 2025
ddbbc49
docs: generate slots documents for all components (#4008)
anlyyao Oct 29, 2025
20c8822
fix(Calendar): fixed initialization error when value[] is combined wi…
anlyyao Oct 30, 2025
bc54a29
chore: trusted publisher (#4020)
liweijie0812 Oct 31, 2025
a23c673
fix: form提交时能正确获取checkbox-group的值 (#4017)
Boomkaa Nov 3, 2025
9cc35c8
fix(tabbar): 修复自定义tabbar颜色叠加问题 (#4019)
Boomkaa Nov 3, 2025
87fe198
fix(types): type definition error (#4021)
betavs Nov 3, 2025
bfa1612
refactor: improve the verification number function (#4015)
betavs Nov 3, 2025
b5a75d7
fix(action-sheet): exception caused by repeated modification of compo…
betavs Nov 3, 2025
231d65e
fix(Toast): fix radius error (#4031)
anlyyao Nov 4, 2025
0d8e28c
fix(Upload): fixed component display error when changing draggable (#…
anlyyao Nov 5, 2025
e08cfa8
fix(DateTimePicker): 修复了 DateTimePicker 即使设置了 autoClose 为 false,点击遮罩层…
composable-tu Nov 5, 2025
8a94acd
chore: publish v1.11.1 (#4034)
anlyyao Nov 6, 2025
325408a
Merge branch 'main' into develop
anlyyao Nov 6, 2025
4e2b99d
ci: reuse TDesignOteam spell-check (#4043)
liweijie0812 Nov 10, 2025
8f29d7e
fix(Picker): optimize scrolling performance when large data (#4014)
jarmywang Nov 10, 2025
f15456e
feat(Calendar): support allowSameDay prop (#4045)
anlyyao Nov 12, 2025
c55858f
feat(Cascader): enhance the capabilities of the keys property (#4044)
anlyyao Nov 12, 2025
ef88ee5
chore(git): main 分支合并 develop 分支,冲突时优先使用develop 分支代码 (#4036)
liweijie0812 Nov 12, 2025
88b45e9
chore(site): added miniprogram-chat entry (#4050)
anlyyao Nov 12, 2025
7f8e732
feat(Picker): support visibleItemCount prop (#4052)
anlyyao Nov 12, 2025
cf30e19
chore(site): support ai-search (#4048)
anlyyao Nov 12, 2025
1fdabec
docs(site): remove changelog for miniprogram-chat (#4054)
anlyyao Nov 12, 2025
0329d84
chore: publish v1.11.2 (#4053)
anlyyao Nov 12, 2025
da1ff2a
Merge branch 'main' into develop
anlyyao Nov 12, 2025
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: 0 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ jobs:
BODY: ${{ github.event.comment.body }}
run: |
txt=$(cat packages/tdesign-miniprogram/CHANGELOG.md)
chat_txt=$(cat packages/tdesign-miniprogram-chat/CHANGELOG.md)
echo "${txt%%##*}$BODY${txt##*---}" > packages/tdesign-miniprogram/CHANGELOG.md
echo "${chat_txt%%##*}$BODY${chat_txt##*---}" > packages/tdesign-miniprogram-chat/CHANGELOG.md
git add .
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pr-spell-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: pr-spell-check
on: [pull_request]

jobs:
run:
uses: TDesignOteam/workflows/.github/workflows/spell-check.yml@main
13 changes: 0 additions & 13 deletions .github/workflows/pr-spelling.template.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
git config --local user.name "github-actions[bot]"
git status
git fetch origin
git merge origin/develop
git merge origin/develop -X theirs
git push origin main
2 changes: 1 addition & 1 deletion packages/common
Submodule common updated 488 files
11 changes: 6 additions & 5 deletions packages/components/calendar/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@ name | type | default | description | required
-- | -- | -- | -- | --
style | Object | - | CSS(Cascading Style Sheets) | N
custom-style | Object | - | CSS(Cascading Style Sheets),used to set style on virtual component | N
allow-same-day | Boolean | false | `1.11.2` | N
auto-close | Boolean | true | `0.34.0` | N
confirm-btn | String / Object | '' | [see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/calendar/type.ts) | N
first-day-of-week | Number | 0 | \- | N
format | Function | - | Typescript`CalendarFormatType ` `type CalendarFormatType = (day: TDate) => TDate` `type TDateType = 'selected' \| 'disabled' \| 'start' \| 'centre' \| 'end' \| ''` `interface TDate { date: Date; day: number; type: TDateType; className?: string; prefix?: string; suffix?: string;}`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/calendar/type.ts) | N
locale-text | Object | - | Typescript`CalendarLocaleText` `interface CalendarLocaleText {title?: string; weekdays?: string[]; monthTitle?: string; months?: string[]; confirm?: string;}`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/calendar/type.ts) | N
format | Function | - | Typescript: `CalendarFormatType ` `type CalendarFormatType = (day: TDate) => TDate` `type TDateType = 'selected' \| 'disabled' \| 'start' \| 'centre' \| 'end' \| ''` `interface TDate { date: Date; day: number; type: TDateType; className?: string; prefix?: string; suffix?: string;}`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/calendar/type.ts) | N
locale-text | Object | - | Typescript: `CalendarLocaleText` `interface CalendarLocaleText {title?: string; weekdays?: string[]; monthTitle?: string; months?: string[]; confirm?: string;}`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/calendar/type.ts) | N
max-date | Number | - | \- | N
min-date | Number | - | \- | N
readonly | Boolean | - | `1.9.7` | N
switch-mode | String | none | `1.8.2`。options: none/month/year-month | N
title | String | - | \- | N
type | String | 'single' | options: single/multiple/range | N
type | String | single | options: single/multiple/range | N
use-popup | Boolean | true | `0.32.0` | N
using-custom-navbar | Boolean | false | \- | N
value | Number / Array | - | Typescript`number \| number[]` | N
default-value | Number / Array | undefined | uncontrolled property。Typescript`number \| number[]` | N
value | Number / Array | - | Typescript: `number \| number[]` | N
default-value | Number / Array | undefined | uncontrolled property。Typescript: `number \| number[]` | N
visible | Boolean | false | \- | N

### Calendar Events
Expand Down
3 changes: 2 additions & 1 deletion packages/components/calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ isComponent: true
-- | -- | -- | -- | --
style | Object | - | 样式 | N
custom-style | Object | - | 样式,一般用于开启虚拟化组件节点场景 | N
allow-same-day | Boolean | false | `1.11.2`。是否允许区间选择日历的起止时间相同,仅当 `type='range'` 时有效 | N
auto-close | Boolean | true | `0.34.0`。自动关闭;在点击关闭按钮、确认按钮、遮罩层时自动关闭,不需要手动设置 visible | N
confirm-btn | String / Object | '' | 确认按钮。值为 null 则不显示确认按钮。值类型为字符串,则表示自定义按钮文本,值类型为 Object 则表示透传 Button 组件属性。[详细类型定义](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/calendar/type.ts) | N
first-day-of-week | Number | 0 | 第一天从星期几开始,默认 0 = 周日 | N
Expand All @@ -84,7 +85,7 @@ min-date | Number | - | 最小可选的日期,不传则默认今天 | N
readonly | Boolean | - | `1.9.7`。是否只读,只读状态下不能选择日期 | N
switch-mode | String | none | `1.8.2`。切换模式。 `none` 表示平铺展示所有月份; `month` 表示支持按月切换, `year-month` 表示既按年切换,也支持按月切换。可选项:none/month/year-month | N
title | String | - | 标题,不传默认为“请选择日期” | N
type | String | 'single' | 日历的选择类型,single = 单选;multiple = 多选; range = 区间选择。可选项:single/multiple/range | N
type | String | single | 日历的选择类型,single = 单选;multiple = 多选; range = 区间选择。可选项:single/multiple/range | N
use-popup | Boolean | true | `0.32.0`。是否使用弹出层包裹日历 | N
using-custom-navbar | Boolean | false | 是否使用了自定义导航栏 | N
value | Number / Array | - | 当前选择的日期,不传则选用 minDate 属性值或今天,优先级:minDate > today。当 type = multiple 或 range 时传入数组。TS 类型:`number \| number[]` | N
Expand Down
1 change: 1 addition & 0 deletions packages/components/calendar/calendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
}

&--selected,
&--start-end,
&--start,
&--end {
background: @calendar-active-color;
Expand Down
4 changes: 4 additions & 0 deletions packages/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ export default class Calendar extends SuperComponent {
this.base.type = v;
},

allowSameDay(v) {
this.base.allowSameDay = v;
},

confirmBtn(v) {
if (typeof v === 'string') {
this.setData({ innerConfirmBtn: v === 'slot' ? 'slot' : { content: v } });
Expand Down
5 changes: 5 additions & 0 deletions packages/components/calendar/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

import { TdCalendarProps } from './type';
const props: TdCalendarProps = {
/** 是否允许区间选择日历的起止时间相同,仅当 `type='range'` 时有效 */
allowSameDay: {
type: Boolean,
value: false,
},
/** 自动关闭;在点击关闭按钮、确认按钮、遮罩层时自动关闭,不需要手动设置 visible */
autoClose: {
type: Boolean,
Expand Down
10 changes: 9 additions & 1 deletion packages/components/calendar/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
import { ButtonProps } from '../button/index';

export interface TdCalendarProps {
/**
* 是否允许区间选择日历的起止时间相同,仅当 `type='range'` 时有效
* @default false
*/
allowSameDay?: {
type: BooleanConstructor;
value?: boolean;
};
/**
* 自动关闭;在点击关闭按钮、确认按钮、遮罩层时自动关闭,不需要手动设置 visible
* @default true
Expand Down Expand Up @@ -83,7 +91,7 @@ export interface TdCalendarProps {
};
/**
* 日历的选择类型,single = 单选;multiple = 多选; range = 区间选择
* @default 'single'
* @default single
*/
type?: {
type: StringConstructor;
Expand Down
10 changes: 5 additions & 5 deletions packages/components/cascader/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ style | Object | - | CSS(Cascading Style Sheets) | N
custom-style | Object | - | CSS(Cascading Style Sheets),used to set style on virtual component | N
check-strictly | Boolean | false | \- | N
close-btn | Boolean | true | \- | N
keys | Object | - | Typescript:`KeysType`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/common/common.ts) | N
options | Array | [] | Typescript`Array<CascaderOption>` | N
keys | Object | - | Typescript: `CascaderKeysType` `type CascaderKeysType = TreeKeysType`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/common/common.ts)。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/cascader/type.ts) | N
options | Array | [] | Typescript: `Array<CascaderOption>` | N
placeholder | String | 选择选项 | \- | N
sub-titles | Array | [] | Typescript`Array<string>` | N
sub-titles | Array | [] | Typescript: `Array<string>` | N
theme | String | step | options: step/tab | N
title | String | - | \- | N
value | String / Number | null | \- | N
Expand Down Expand Up @@ -53,6 +53,6 @@ Name | Default Value | Description
--td-cascader-step-dot-size | 16rpx | -
--td-cascader-step-height | 88rpx | -
--td-cascader-title-color | @text-color-primary | -
--td-cascader-title-font-size | 36rpx | -
--td-cascader-title-height | 26rpx | -
--td-cascader-title-padding | @spacer-2 | -
--td-cascader-title-font-size | 36rpx | -
--td-cascader-title-padding | @spacer-2 | -
6 changes: 3 additions & 3 deletions packages/components/cascader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ style | Object | - | 样式 | N
custom-style | Object | - | 样式,一般用于开启虚拟化组件节点场景 | N
check-strictly | Boolean | false | 父子节点选中状态不再关联,可各自选中或取消 | N
close-btn | Boolean | true | 关闭按钮 | N
keys | Object | - | 用来定义 value / label 在 `options` 中对应的字段别名。TS 类型:`KeysType`。[通用类型定义](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/common/common.ts) | N
keys | Object | - | 用来定义 value / label / children / disabled 在 `options` 中对应的字段别名。TS 类型:`CascaderKeysType` `type CascaderKeysType = TreeKeysType`。[通用类型定义](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/common/common.ts)。[详细类型定义](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/cascader/type.ts) | N
options | Array | [] | 可选项数据源。TS 类型:`Array<CascaderOption>` | N
placeholder | String | 选择选项 | 未选中时的提示文案 | N
sub-titles | Array | [] | 每级展示的次标题。TS 类型:`Array<string>` | N
Expand Down Expand Up @@ -110,6 +110,6 @@ title | 自定义 `title` 显示内容
--td-cascader-step-dot-size | 16rpx | -
--td-cascader-step-height | 88rpx | -
--td-cascader-title-color | @text-color-primary | -
--td-cascader-title-font-size | 36rpx | -
--td-cascader-title-height | 26rpx | -
--td-cascader-title-padding | @spacer-2 | -
--td-cascader-title-font-size | 36rpx | -
--td-cascader-title-padding | @spacer-2 | -
4 changes: 3 additions & 1 deletion packages/components/cascader/cascader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ type KeysType = TdCascaderProps['keys']['value'];
function parseOptions(options: OptionsType, keys: KeysType) {
const label = keys?.label ?? 'label';
const value = keys?.value ?? 'value';
const disabled = keys?.disabled ?? 'disabled';

return options.map((item) => {
return {
[label]: item[label],
[value]: item[value],
[disabled]: item[disabled],
};
});
}
Expand Down Expand Up @@ -278,7 +280,7 @@ export default class Cascader extends SuperComponent {
item = item[keys?.children ?? 'children'][index];
}

if (item.disabled) {
if (item[keys?.disabled ?? 'disabled']) {
return;
}
this.triggerEvent('pick', {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/cascader/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const props: TdCascaderProps = {
type: Boolean,
value: true,
},
/** 用来定义 value / label 在 `options` 中对应的字段别名 */
/** 用来定义 value / label / children / disabled 在 `options` 中对应的字段别名 */
keys: {
type: Object,
},
Expand Down
8 changes: 5 additions & 3 deletions packages/components/cascader/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
* */

import { TreeOptionData, KeysType } from '../common/common';
import { TreeOptionData, TreeKeysType } from '../common/common';

export interface TdCascaderProps<CascaderOption extends TreeOptionData = TreeOptionData> {
/**
Expand All @@ -24,11 +24,11 @@ export interface TdCascaderProps<CascaderOption extends TreeOptionData = TreeOpt
value?: boolean;
};
/**
* 用来定义 value / label 在 `options` 中对应的字段别名
* 用来定义 value / label / children / disabled 在 `options` 中对应的字段别名
*/
keys?: {
type: ObjectConstructor;
value?: KeysType;
value?: CascaderKeysType;
};
/**
* 可选项数据源
Expand Down Expand Up @@ -94,3 +94,5 @@ export interface TdCascaderProps<CascaderOption extends TreeOptionData = TreeOpt
value?: boolean;
};
}

export type CascaderKeysType = TreeKeysType;
2 changes: 1 addition & 1 deletion packages/components/checkbox/checkbox.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<view
id="{{tId}}"
style="{{_._style([style, customStyle])}}"
class="{{_.cls(classPrefix, [placement, theme, ['checked', checked], ['block', block]])}} class {{prefix}}-class"
class="{{_.cls(classPrefix, [placement, theme, ['checked', checked], ['block', block], ['disabled', _disabled]])}} class {{prefix}}-class"
aria-role="checkbox"
aria-checked="{{checked ? (indeterminate ? 'mixed' : true) : false}}"
aria-disabled="{{_disabled ? true : false}}"
Expand Down
13 changes: 9 additions & 4 deletions packages/components/common/shared/calendar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export default class TCalendar {

maxDate: Date;

allowSameDay: Boolean;

format: (day: TDate) => TDate;

constructor(options = {}) {
Expand Down Expand Up @@ -54,7 +56,7 @@ export default class TCalendar {
getMonths() {
const ans = [];
const selectedDate = this.getTrimValue();
const { minDate, maxDate, type, format } = this;
const { minDate, maxDate, type, allowSameDay, format } = this;
const minDateRect = getDateRect(minDate);
let { year: minYear, month: minMonth } = minDateRect;
const { time: minTime } = minDateRect;
Expand All @@ -74,9 +76,12 @@ export default class TCalendar {
if (type === 'range' && selectedDate) {
if (Array.isArray(selectedDate)) {
const [startDate, endDate] = selectedDate;
const compareWithStart = startDate && isSameDate({ year, month, date }, startDate);
const compareWithEnd = endDate && isSameDate({ year, month, date }, endDate);

if (startDate && isSameDate({ year, month, date }, startDate)) return 'start';
if (endDate && isSameDate({ year, month, date }, endDate)) return 'end';
if (compareWithStart && compareWithEnd && allowSameDay) return 'start-end';
if (compareWithStart) return 'start';
if (compareWithEnd) return 'end';
if (startDate && endDate && curDate.getTime() > startDate.getTime() && curDate.getTime() < endDate.getTime())
return 'centre';
}
Expand Down Expand Up @@ -124,7 +129,7 @@ export default class TCalendar {
this.value = selected;

if (type === 'range' && Array.isArray(selectedDate)) {
if (selectedDate.length === 1 && selected > selectedDate[0]) {
if (selectedDate.length === 1 && selected >= selectedDate[0]) {
this.value = [selectedDate[0], selected];
} else {
this.value = [selected];
Expand Down
2 changes: 1 addition & 1 deletion packages/components/common/shared/calendar/type.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type TCalendarValue = number | Date;

export type TDateType = 'selected' | 'disabled' | 'start' | 'centre' | 'end' | '';
export type TDateType = 'selected' | 'disabled' | 'start-end' | 'start' | 'centre' | 'end' | '';

export type TCalendarType = 'single' | 'multiple' | 'range';

Expand Down
2 changes: 1 addition & 1 deletion packages/components/common/shared/date.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const getDateRect = (date: Date | number) => {
};
};

export const isSameDate = (date1: CompareDate, date2: CompareDate) => {
export const isSameDate = (date1: CompareDate, date2: CompareDate): Boolean => {
if (date1 instanceof Date || typeof date1 === 'number') date1 = getDateRect(date1);
if (date2 instanceof Date || typeof date2 === 'number') date2 = getDateRect(date2);
const keys = ['year', 'month', 'date'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ exports[`date-time-picker :base 1`] = `
>
<wx-view
class="t-picker-item__group class t-class"
style=""
style="height:200px;"
bind:touchcancel="onTouchEnd"
bind:touchend="onTouchEnd"
catch:touchmove="onTouchMove"
bind:touchstart="onTouchStart"
>
<wx-view
class="t-picker-item__wrapper"
style="transition: transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, -240px, 0)"
style="transition: transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, -240px, 0); padding: 80px 0"
>
<wx-view
class="t-picker-item__item"
Expand Down Expand Up @@ -332,15 +332,15 @@ exports[`date-time-picker :base 1`] = `
>
<wx-view
class="t-picker-item__group class t-class"
style=""
style="height:200px;"
bind:touchcancel="onTouchEnd"
bind:touchend="onTouchEnd"
catch:touchmove="onTouchMove"
bind:touchstart="onTouchStart"
>
<wx-view
class="t-picker-item__wrapper"
style="transition: transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, -320px, 0)"
style="transition: transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, -320px, 0); padding: 80px 0"
>
<wx-view
class="t-picker-item__item"
Expand Down Expand Up @@ -497,7 +497,7 @@ exports[`date-time-picker :base 1`] = `
/>
<wx-view
class="t-picker__indicator"
style="height: 40px"
style="height: 40px; top: 80px"
/>
</wx-view>
</wx-view>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ exports[`dropdown-menu :base 1`] = `
ariaDisabled="{{true}}"
ariaLabel="禁用选项"
ariaRole="radio"
class="t-radio t-radio--left t-radio--block class t-class"
class="t-radio t-radio--left t-radio--block t-radio--disabled class t-class"
disabled="{{true}}"
id=""
style=""
Expand Down
Loading
Loading