From 242d65bfd120be8a1d9230d1613021f17489d08d Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Tue, 10 Sep 2024 01:24:11 +0800 Subject: [PATCH] feat(tag): refactor maxWidth dom to control length of text tag (#4532) * test(tag): add color test case * test: update test case * feat: adjust code * feat: sync vue2 pr 2220 * chore: fix test * chore: fix lint * chore: update snapshot * chore: update snapshot --- .../__snapshots__/index.test.jsx.snap | 116 +- .../__snapshots__/index.test.jsx.snap | 4 +- src/tag/__tests__/index.test.jsx | 2 +- src/tag/__tests__/vitest-tag.test.jsx | 56 +- src/tag/check-tag-props.ts | 5 +- src/tag/tag.en-US.md | 4 +- src/tag/tag.md | 4 +- src/tag/tag.tsx | 32 +- .../__snapshots__/index.test.jsx.snap | 8 +- test/unit/snap/__snapshots__/csr.test.js.snap | 1812 +++++------------ test/unit/snap/__snapshots__/ssr.test.js.snap | 178 +- 11 files changed, 648 insertions(+), 1573 deletions(-) diff --git a/src/calendar/__tests__/__snapshots__/index.test.jsx.snap b/src/calendar/__tests__/__snapshots__/index.test.jsx.snap index 1651dbf823..5a50e6f931 100644 --- a/src/calendar/__tests__/__snapshots__/index.test.jsx.snap +++ b/src/calendar/__tests__/__snapshots__/index.test.jsx.snap @@ -216,9 +216,7 @@ exports[`Calendar > :props > :cell 1`] = ` tabindex="0" > - + 隐藏周末 @@ -738,9 +736,7 @@ exports[`Calendar > :props > :cell 1`] = ` tabindex="0" > - + 隐藏周末 @@ -1339,9 +1335,7 @@ exports[`Calendar > :props > :cellAppend 1`] = ` tabindex="0" > - + 隐藏周末 @@ -2246,9 +2240,7 @@ exports[`Calendar > :props > :cellAppend 1`] = ` tabindex="0" > - + 隐藏周末 @@ -3900,9 +3892,7 @@ exports[`Calendar > :props > :controllerConfig 1`] = ` tabindex="0" > - + 隐藏周末 @@ -4816,9 +4806,7 @@ exports[`Calendar > :props > :fillWithZero 1`] = ` tabindex="0" > - + 隐藏周末 @@ -5723,9 +5711,7 @@ exports[`Calendar > :props > :fillWithZero 1`] = ` tabindex="0" > - + 隐藏周末 @@ -6635,9 +6621,7 @@ exports[`Calendar > :props > :firstDayOfWeek 1`] = ` tabindex="0" > - + 隐藏周末 @@ -7663,9 +7647,7 @@ exports[`Calendar > :props > :format 1`] = ` tabindex="0" > - + 隐藏周末 @@ -8577,9 +8559,7 @@ exports[`Calendar > :props > :head 1`] = ` tabindex="0" > - + 隐藏周末 @@ -9486,9 +9466,7 @@ exports[`Calendar > :props > :head 1`] = ` tabindex="0" > - + 隐藏周末 @@ -10402,9 +10380,7 @@ exports[`Calendar > :props > :isShowWeekendDefault 1`] = ` tabindex="0" > - + 隐藏周末 @@ -11309,9 +11285,7 @@ exports[`Calendar > :props > :isShowWeekendDefault 1`] = ` tabindex="0" > - + 显示周末 @@ -12063,9 +12037,7 @@ exports[`Calendar > :props > :mode 1`] = ` tabindex="0" > - + 隐藏周末 @@ -12910,9 +12882,7 @@ exports[`Calendar > :props > :mode 1`] = ` tabindex="0" > - + 隐藏周末 @@ -13383,9 +13353,7 @@ exports[`Calendar > :props > :multiple 1`] = ` tabindex="0" > - + 隐藏周末 @@ -14297,9 +14265,7 @@ exports[`Calendar > :props > :preventCellContextmenu 1`] = ` tabindex="0" > - + 隐藏周末 @@ -15204,9 +15170,7 @@ exports[`Calendar > :props > :preventCellContextmenu 1`] = ` tabindex="0" > - + 隐藏周末 @@ -16116,9 +16080,7 @@ exports[`Calendar > :props > :range 1`] = ` tabindex="0" > - + 隐藏周末 @@ -17901,9 +17863,7 @@ exports[`Calendar > :props > :theme 1`] = ` tabindex="0" > - + 隐藏周末 @@ -18813,9 +18773,7 @@ exports[`Calendar > :props > :value 1`] = ` tabindex="0" > - + 隐藏周末 @@ -19727,9 +19685,7 @@ exports[`Calendar > :props > :week 1`] = ` tabindex="0" > - + 隐藏周末 @@ -20620,9 +20576,7 @@ exports[`Calendar > :props > :week 1`] = ` tabindex="0" > - + 隐藏周末 @@ -21536,9 +21490,7 @@ exports[`Calendar > :props > :year:month 1`] = ` tabindex="0" > - + 隐藏周末 @@ -22443,9 +22395,7 @@ exports[`Calendar > :props > :year:month 1`] = ` tabindex="0" > - + 隐藏周末 @@ -23355,9 +23305,7 @@ exports[`Calendar > > 1`] = ` tabindex="0" > - + 隐藏周末 @@ -24020,9 +23968,7 @@ exports[`Calendar > > 1`] = ` tabindex="0" > - + 隐藏周末 @@ -25075,9 +25021,7 @@ exports[`Calendar > > 1`] = ` tabindex="0" > - + 隐藏周末 @@ -25985,9 +25929,7 @@ exports[`Calendar > > 1`] = ` tabindex="0" > - + 隐藏周末 diff --git a/src/tag/__tests__/__snapshots__/index.test.jsx.snap b/src/tag/__tests__/__snapshots__/index.test.jsx.snap index 2f92f182a4..8a861561fb 100644 --- a/src/tag/__tests__/__snapshots__/index.test.jsx.snap +++ b/src/tag/__tests__/__snapshots__/index.test.jsx.snap @@ -5,9 +5,7 @@ exports[`Tag or CheckTag > @event: Tag > Event passthrough: close 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + { return ; }, }); - const tag = wrapper.find('.t-tag'); + const tag = wrapper.find('.t-tag--text'); expect(getComputedStyle(tag.element, null).maxWidth).toBe('100px'); }); }); diff --git a/src/tag/__tests__/vitest-tag.test.jsx b/src/tag/__tests__/vitest-tag.test.jsx index fbec26772f..e2ca8a70df 100644 --- a/src/tag/__tests__/vitest-tag.test.jsx +++ b/src/tag/__tests__/vitest-tag.test.jsx @@ -21,6 +21,36 @@ describe('Tag Component', () => { expect(wrapper2.find('.t-tag__icon-close').exists()).toBeTruthy(); }); + it(`props.color is equal to #ff0000`, () => { + const wrapper = mount(); + const domWrapper = wrapper.findComponent(Tag); + expect(domWrapper.element.style.backgroundColor).toBe('rgb(255, 0, 0)'); + }); + it(`props.color expect variant=dark`, () => { + const wrapper = mount(); + const domWrapper = wrapper.findComponent(Tag); + expect(domWrapper.element.style.backgroundColor).toBe('rgb(255, 0, 0)'); + expect(domWrapper.element.style.color).toBe('white'); + }); + it(`props.color expect variant=light`, () => { + const wrapper = mount(); + const domWrapper = wrapper.findComponent(Tag); + expect(domWrapper.element.style.color).toBe('rgb(255, 0, 0)'); + expect(domWrapper.element.style.backgroundColor).toBe('rgba(255, 0, 0, 0.1)'); + }); + it(`props.color expect variant=outline`, () => { + const wrapper = mount(); + const domWrapper = wrapper.findComponent(Tag); + expect(domWrapper.element.style.borderColor).toBe('#ff0000'); + expect(domWrapper.element.style.color).toBe('rgb(255, 0, 0)'); + }); + it(`props.color expect variant=light-outline`, () => { + const wrapper = mount(); + const domWrapper = wrapper.findComponent(Tag); + expect(domWrapper.element.style.borderColor).toBe('#ff0000'); + expect(domWrapper.element.style.color).toBe('rgb(255, 0, 0)'); + }); + it('props.content works fine', () => { const wrapper = mount( TNode}>); expect(wrapper.find('.custom-node').exists()).toBeTruthy(); @@ -62,10 +92,15 @@ describe('Tag Component', () => { it(`props.maxWidth is equal to 150px`, () => { const wrapper = mount(); - const domWrapper = wrapper.findComponent(Tag); + const domWrapper = wrapper.find('.t-tag--text'); + expect(domWrapper.attributes('title')).toBe('This is a long long long long long tag'); + expect(domWrapper.element.style.maxWidth).toBe('150px'); + }); + it(`props.maxWidth is equal to 150`, () => { + const wrapper = mount(); + const domWrapper = wrapper.find('.t-tag--text'); + expect(domWrapper.attributes('title')).toBe('This is a long long long long long tag'); expect(domWrapper.element.style.maxWidth).toBe('150px'); - const domWrapper1 = wrapper.find('.t-tag--text'); - expect(domWrapper1.attributes('title')).toBe('This is a long long long long long tag'); }); const shapeClassNameList = [{ 't-tag--square': false }, 't-tag--round', 't-tag--mark']; @@ -105,26 +140,23 @@ describe('Tag Component', () => { const wrapper = mount( , ); - const domWrapper = wrapper.findComponent(Tag); + const domWrapper = wrapper.find('.t-tag--text'); expect(domWrapper.element.style.maxWidth).toBe('150px'); - const domWrapper1 = wrapper.find('.t-tag--text'); - expect(domWrapper1.attributes('title')).toBe('This is a long tag'); + expect(domWrapper.attributes('title')).toBe('This is a long tag'); }); it(`props.title is equal to `, () => { const wrapper = mount(); - const domWrapper = wrapper.findComponent(Tag); + const domWrapper = wrapper.find('.t-tag--text'); expect(domWrapper.element.style.maxWidth).toBe('150px'); - const domWrapper1 = wrapper.find('.t-tag--text'); - expect(domWrapper1.attributes('title')).toBe('This is a long long long long long tag'); + expect(domWrapper.attributes('title')).toBeUndefined(); }); it(`props.title is equal to undefined`, () => { const wrapper = mount( , ); - const domWrapper = wrapper.findComponent(Tag); + const domWrapper = wrapper.find('.t-tag--text'); expect(domWrapper.element.style.maxWidth).toBe('150px'); - const domWrapper1 = wrapper.find('.t-tag--text'); - expect(domWrapper1.attributes('title')).toBe('This is a long long long long long tag'); + expect(domWrapper.attributes('title')).toBeUndefined(); }); ['dark', 'light', 'outline', 'light-outline'].forEach((item) => { diff --git a/src/tag/check-tag-props.ts b/src/tag/check-tag-props.ts index 6a4e7e5468..c3e943daef 100644 --- a/src/tag/check-tag-props.ts +++ b/src/tag/check-tag-props.ts @@ -18,10 +18,7 @@ export default { default: undefined, }, /** 标签选中的状态,默认风格(theme=default)才有选中态,非受控属性 */ - defaultChecked: { - type: Boolean, - default: undefined, - }, + defaultChecked: Boolean, /** 透传标签选中态属性 */ checkedProps: { type: Object as PropType, diff --git a/src/tag/tag.en-US.md b/src/tag/tag.en-US.md index da4d0539f5..016656623f 100644 --- a/src/tag/tag.en-US.md +++ b/src/tag/tag.en-US.md @@ -33,8 +33,8 @@ close | `(context: { e: MouseEvent })` | \- name | type | default | description | required -- | -- | -- | -- | -- -checked | Boolean | undefined | `v-model` and `v-model:checked` is supported | N -defaultChecked | Boolean | undefined | uncontrolled property | N +checked | Boolean | - | `v-model` and `v-model:checked` is supported | N +defaultChecked | Boolean | - | uncontrolled property | N checkedProps | Object | - | used to set checked tag props。Typescript:`TdTagProps` | N content | String / Number / Array / Slot / Function | - | Typescript:`string \| number \| string[] \| TNode`。[see more ts definition](https://github.com/Tencent/tdesign-vue-next/blob/develop/src/common.ts) | N default | String / Slot / Function | - | Typescript:`string \| TNode`。[see more ts definition](https://github.com/Tencent/tdesign-vue-next/blob/develop/src/common.ts) | N diff --git a/src/tag/tag.md b/src/tag/tag.md index 37f8e5c9f1..5f7accb66e 100644 --- a/src/tag/tag.md +++ b/src/tag/tag.md @@ -33,8 +33,8 @@ close | `(context: { e: MouseEvent })` | 如果关闭按钮存在,点击关闭 名称 | 类型 | 默认值 | 描述 | 必传 -- | -- | -- | -- | -- -checked | Boolean | undefined | 标签选中的状态,默认风格(theme=default)才有选中态。支持语法糖 `v-model` 或 `v-model:checked` | N -defaultChecked | Boolean | undefined | 标签选中的状态,默认风格(theme=default)才有选中态。非受控属性 | N +checked | Boolean | - | 标签选中的状态,默认风格(theme=default)才有选中态。支持语法糖 `v-model` 或 `v-model:checked` | N +defaultChecked | Boolean | - | 标签选中的状态,默认风格(theme=default)才有选中态。非受控属性 | N checkedProps | Object | - | 透传标签选中态属性。TS 类型:`TdTagProps` | N content | String / Number / Array / Slot / Function | - | 组件子元素;传入数组时:[选中内容,非选中内容]。TS 类型:`string \| number \| string[] \| TNode`。[通用类型定义](https://github.com/Tencent/tdesign-vue-next/blob/develop/src/common.ts) | N default | String / Slot / Function | - | 组件子元素,默认插槽。TS 类型:`string \| TNode`。[通用类型定义](https://github.com/Tencent/tdesign-vue-next/blob/develop/src/common.ts) | N diff --git a/src/tag/tag.tsx b/src/tag/tag.tsx index b06e12771d..4bbd345274 100644 --- a/src/tag/tag.tsx +++ b/src/tag/tag.tsx @@ -35,18 +35,16 @@ export default defineComponent({ props.shape !== 'square' && `${COMPONENT_NAME.value}--${props.shape}`, ]; }); - const tagStyle = computed(() => { - const { maxWidth } = props; + return getTagColorStyle(); + }); - const styles = getTagColorStyle(); + const textStyle = computed(() => { + if (!props.maxWidth) return {}; - return props.maxWidth - ? { - maxWidth: isNaN(Number(maxWidth)) ? String(maxWidth) : `${maxWidth}px`, - ...styles, - } - : styles; + return { + maxWidth: isNaN(Number(props.maxWidth)) ? String(props.maxWidth) : `${props.maxWidth}px`, + }; }); const getTagColorStyle = () => { @@ -99,9 +97,13 @@ export default defineComponent({ }; const renderTitle = (tagContent: string) => { + if (!props.maxWidth) { + return undefined; + } + const vProps = vnode.props || {}; - if (Reflect.has(vProps, 'title') && vProps['title']) { - return props.title; + if (Reflect.has(vProps, 'title')) { + return vProps.title || undefined; } if (tagContent) { @@ -121,12 +123,14 @@ export default defineComponent({ const title = renderTitle(isString(tagContent) ? tagContent : ''); - const titleAttribute = title && props.maxWidth ? title : undefined; - return (
{icon} - + {tagContent} {!props.disabled && closeIcon} diff --git a/src/tree-select/__tests__/__snapshots__/index.test.jsx.snap b/src/tree-select/__tests__/__snapshots__/index.test.jsx.snap index 2e43bcdb5b..02bf4cc0e9 100644 --- a/src/tree-select/__tests__/__snapshots__/index.test.jsx.snap +++ b/src/tree-select/__tests__/__snapshots__/index.test.jsx.snap @@ -70,11 +70,11 @@ exports[`TreeSelect > :props > :defaultValue 1`] = `
@@ -528,11 +528,11 @@ exports[`TreeSelect > :props > :multiple 1`] = `
@@ -924,11 +924,11 @@ exports[`TreeSelect > > 1`] = `
@@ -1248,11 +1248,11 @@ exports[`TreeSelect > function > :collapsedItems 1`] = `
diff --git a/test/unit/snap/__snapshots__/csr.test.js.snap b/test/unit/snap/__snapshots__/csr.test.js.snap index f9a8a9d899..2ce1fc016e 100644 --- a/test/unit/snap/__snapshots__/csr.test.js.snap +++ b/test/unit/snap/__snapshots__/csr.test.js.snap @@ -9152,9 +9152,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/base.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -12078,9 +12076,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/cell.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -13100,9 +13096,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/cell-append.vue 1` tabindex="0" > - + 隐藏周末 @@ -13698,9 +13692,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/cell-append.vue 1` style="width: 100%;" > - + 我们的纪念日 @@ -13712,9 +13704,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/cell-append.vue 1` style="width: 100%;" > - + 家庭聚会 @@ -14625,9 +14615,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/controller-config. tabindex="0" > - + 隐藏周末 @@ -15541,9 +15529,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/events.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -16451,9 +16437,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/filter.vue 1`] = ` tabindex="0" > - + 显示周末 @@ -17307,9 +17291,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/first-day-of-week. tabindex="0" > - + 隐藏周末 @@ -18342,9 +18324,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/head.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -19300,9 +19280,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/mode.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -19776,9 +19754,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/range.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -20688,9 +20664,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/slot-props-api.vue tabindex="0" > - + 隐藏周末 @@ -21692,9 +21666,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/value.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -22742,9 +22714,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/value.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -23797,9 +23767,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/week.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -24728,9 +24696,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/week.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -25645,9 +25611,7 @@ exports[`csr snapshot test > csr test ./src/calendar/_example/week.vue 1`] = ` tabindex="0" > - + 隐藏周末 @@ -28198,9 +28162,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/check-strictly.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 1/1.1/1.1.2/1.1.2.1 @@ -28222,9 +28184,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/check-strictly.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 2 @@ -28331,9 +28291,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一/子选项一 @@ -28355,9 +28313,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark" > - + + 2 @@ -28653,9 +28609,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一/子选项一 @@ -28678,9 +28632,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark" > - + Function - More( 2 @@ -28761,9 +28713,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一/子选项一 @@ -28788,9 +28738,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/collapsed.vue 1`] style="margin-right: 4px;" > - + Slot - More( 2 @@ -29118,9 +29066,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/disabled.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--disabled" > - + 选项一/子选项一 @@ -29264,9 +29210,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/ellipsis.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 当选项一数据展示文本过长时/子选项一 @@ -29417,9 +29361,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/filterable.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 当选项一数据展示文本过长时/子选项一 @@ -29624,9 +29566,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/keys.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一/子选项一 @@ -29827,9 +29767,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/multiple.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一/子选项一 @@ -30633,9 +30571,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/value-display.vue data-v-775ad02a="" > - + csr test ./src/cascader/_example/value-display.vue data-v-775ad02a="" > - + csr test ./src/cascader/_example/value-display.vue data-v-775ad02a="" > - + csr test ./src/cascader/_example/value-type.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一/子选项一 @@ -31139,9 +31069,7 @@ exports[`csr snapshot test > csr test ./src/cascader/_example/value-type.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一/子选项二 @@ -32300,9 +32228,7 @@ exports[`csr snapshot test > csr test ./src/collapse/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -32324,9 +32250,7 @@ exports[`csr snapshot test > csr test ./src/collapse/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -32383,9 +32307,7 @@ exports[`csr snapshot test > csr test ./src/collapse/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -32407,9 +32329,7 @@ exports[`csr snapshot test > csr test ./src/collapse/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -32466,9 +32386,7 @@ exports[`csr snapshot test > csr test ./src/collapse/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -32490,9 +32408,7 @@ exports[`csr snapshot test > csr test ./src/collapse/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -42432,9 +42348,7 @@ exports[`csr snapshot test > csr test ./src/config-provider/_example/calendar.vu tabindex="0" > - + Hide Weekend @@ -45497,9 +45411,7 @@ exports[`csr snapshot test > csr test ./src/config-provider/_example/others.vue data-v-96b659ea="" > - + Feature Tag @@ -45522,9 +45434,7 @@ exports[`csr snapshot test > csr test ./src/config-provider/_example/others.vue data-v-96b659ea="" > - + Feature Tag @@ -45547,9 +45457,7 @@ exports[`csr snapshot test > csr test ./src/config-provider/_example/others.vue data-v-96b659ea="" > - + Feature Tag @@ -45572,9 +45480,7 @@ exports[`csr snapshot test > csr test ./src/config-provider/_example/others.vue data-v-96b659ea="" > - + Feature Tag @@ -74166,9 +74072,7 @@ exports[`csr snapshot test > csr test ./src/image/_example/extra-always.vue 1`] style="border-radius: 3px; background: transparent; color: rgb(255, 255, 255);" > - + csr test ./src/image/_example/extra-always.vue 1`] style="position: absolute; right: 8px; bottom: 8px; border-radius: 3px;" > - + csr test ./src/image/_example/extra-always.vue 1`] style="position: absolute; right: 8px; bottom: 8px; border-radius: 3px;" > - + csr test ./src/image/_example/gallery-cover.vue 1`] style="margin: 8px; border-radius: 3px; background: rgb(236, 242, 254); color: rgb(0, 82, 217);" > - + 标签一 @@ -108703,9 +108601,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/collapsed.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一 @@ -108727,9 +108623,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/collapsed.vue 1`] = class="t-tag t-tag--default t-tag--dark" > - + + 1 @@ -109029,9 +108923,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/collapsed.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一 @@ -109054,9 +108946,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/collapsed.vue 1`] = class="t-tag t-tag--default t-tag--dark" > - + Function - More( 1 @@ -109140,9 +109030,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/collapsed.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一 @@ -109167,9 +109055,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/collapsed.vue 1`] = style="margin-right: 4px;" > - + Slot - More( 1 @@ -109532,9 +109418,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/custom-selected.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一 ( @@ -109559,9 +109443,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/custom-selected.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项二 ( @@ -109587,9 +109469,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/custom-selected.vue class="t-tag t-tag--default t-tag--dark" > - + + 1 @@ -109672,9 +109552,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/custom-selected.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项四(4) @@ -109696,9 +109574,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/custom-selected.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项五(5) @@ -109720,9 +109596,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/custom-selected.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项六(6) @@ -109744,9 +109618,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/custom-selected.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项七(7) @@ -109979,9 +109851,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/disabled.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--disabled" > - + shanghai @@ -109992,9 +109862,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/disabled.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--disabled" > - + beijing @@ -110413,9 +110281,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/label-in-value.vue 1 class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 选项一 @@ -110582,9 +110448,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 架构云 @@ -110606,9 +110470,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 区块链 @@ -110699,9 +110561,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 云服务器 @@ -110723,9 +110583,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 云数据库 @@ -110747,9 +110605,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 域名注册 @@ -110771,9 +110627,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 网站备案 @@ -110795,9 +110649,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 对象存储 @@ -110819,9 +110671,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 低代码平台 @@ -110917,9 +110767,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 区块链 @@ -110941,9 +110789,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 人工智能 @@ -110965,9 +110811,7 @@ exports[`csr snapshot test > csr test ./src/select/_example/multiple.vue 1`] = ` class="t-tag t-tag--default t-tag--dark" > - + + 2 @@ -112293,9 +112137,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/autowidth-mult class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -112317,9 +112159,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/autowidth-mult class="t-tag t-tag--default t-tag--dark" > - + + 2 @@ -112430,9 +112270,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/borderless-mul class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -112454,9 +112292,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/borderless-mul class="t-tag t-tag--default t-tag--dark" > - + + 2 @@ -112529,9 +112365,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/collapsed-item class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-vue @@ -112553,9 +112387,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/collapsed-item class="t-tag t-tag--default t-tag--dark" > - + + 5 @@ -112831,9 +112663,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/collapsed-item class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-vue @@ -112856,9 +112686,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/collapsed-item class="t-tag t-tag--default t-tag--dark" > - + Function - More( 5 @@ -112918,9 +112746,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/collapsed-item class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-vue @@ -112945,9 +112771,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/collapsed-item style="margin-right: 4px;" > - + Slot - More( 5 @@ -113086,9 +112910,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/custom-tag.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + csr test ./src/select-input/_example/custom-tag.vue class="t-tag t-tag--default t-tag--dark t-tag--close" > - + csr test ./src/select-input/_example/custom-tag.vue style="margin-right: 4px;" > - + csr test ./src/select-input/_example/custom-tag.vue style="margin-right: 4px;" > - + csr test ./src/select-input/_example/custom-tag.vue style="margin-right: 4px;" > - + csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-vue @@ -113462,9 +113274,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-react @@ -113486,9 +113296,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-miniprogram @@ -113510,9 +113318,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-angular @@ -113534,9 +113340,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-mobile-vue @@ -113558,9 +113362,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-mobile-react @@ -113637,9 +113439,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-vue @@ -113661,9 +113461,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-react @@ -113685,9 +113483,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-miniprogram @@ -113709,9 +113505,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-angular @@ -113733,9 +113527,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-mobile-vue @@ -113757,9 +113549,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/excess-tags-di class="t-tag t-tag--default t-tag--dark t-tag--close" > - + tdesign-mobile-react @@ -114085,9 +113875,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/multiple.vue 1 class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -114109,9 +113897,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/multiple.vue 1 class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -114133,9 +113919,7 @@ exports[`csr snapshot test > csr test ./src/select-input/_example/multiple.vue 1 class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Miniprogram @@ -124845,9 +124629,7 @@ exports[`csr snapshot test > csr test ./src/table/_example/affix.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/affix.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/affix.vue 1`] = ` class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/affix.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/affix.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/async-loading.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/async-loading.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/async-loading.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/async-loading.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/async-loading.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/base.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/base.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/base.vue 1`] = ` class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/base.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/base.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-cell.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-cell.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-cell.vue 1`] = class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-cell.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-cell.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col.vue 1`] = class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col-button.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col-button.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col-button.vue class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col-button.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-col-button.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-footer.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-footer.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-footer.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-footer.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-footer.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-header.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-header.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-header.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-header.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/custom-header.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/data-sort.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/data-sort.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/data-sort.vue 1`] = ` class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/data-sort.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/data-sort.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-col-sort.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-col-sort.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-col-sort.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-col-sort.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-col-sort.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort.vue 1`] = ` class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort.vue 1`] = ` class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort-handler.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort-handler.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort-handler.vue class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort-handler.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/drag-sort-handler.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/editable-cell.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 宣传物料制作费用 @@ -132629,9 +132291,7 @@ exports[`csr snapshot test > csr test ./src/table/_example/editable-cell.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 宣传物料制作费用 @@ -132827,9 +132487,7 @@ exports[`csr snapshot test > csr test ./src/table/_example/editable-cell.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 宣传物料制作费用 @@ -132851,9 +132509,7 @@ exports[`csr snapshot test > csr test ./src/table/_example/editable-cell.vue 1`] class="t-tag t-tag--default t-tag--dark" > - + + 1 @@ -133013,9 +132669,7 @@ exports[`csr snapshot test > csr test ./src/table/_example/editable-cell.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 宣传物料制作费用 @@ -133401,9 +133055,7 @@ exports[`csr snapshot test > csr test ./src/table/_example/editable-row.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + 宣传物料制作费用 @@ -134036,9 +133688,7 @@ exports[`csr snapshot test > csr test ./src/table/_example/ellipsis.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/ellipsis.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/ellipsis.vue 1`] = ` class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/ellipsis.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/ellipsis.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/expandable.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/expandable.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/expandable.vue 1`] = class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/expandable.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/expandable.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/filter-controlled.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/filter-controlled.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/filter-controlled.vue class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/filter-controlled.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/filter-controlled.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-column.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-column.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-column.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-column.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-column.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/fixed-header-col.vue class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/merge-cells.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/merge-cells.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/merge-cells.vue 1`] = class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/merge-cells.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/merge-cells.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/merge-cells.vue 1`] = class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/multiple-sort.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/multiple-sort.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/multiple-sort.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/multiple-sort.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/multiple-sort.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/pagination.vue 1`] = class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/pagination.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/pagination.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/pagination.vue 1`] = class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/pagination.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-multiple.vue 1 class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-multiple.vue 1 class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-multiple.vue 1 class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-multiple.vue 1 class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-multiple.vue 1 class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-single.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-single.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-single.vue 1`] class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-single.vue 1`] class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/select-single.vue 1`] class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/single-sort.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/single-sort.vue 1`] = class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/single-sort.vue 1`] = class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/single-sort.vue 1`] = class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/style.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/style.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/style.vue 1`] = ` class="t-tag t-tag--warning t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/style.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline t-tag--round" > - + csr test ./src/table/_example/style.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline t-tag--round" > - + csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark" > - + 超链接 @@ -162064,9 +161524,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark" > - + 灰标签 @@ -162084,9 +161542,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark" > - + 标签一 @@ -162104,9 +161560,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--success t-tag--dark" > - + 标签二 @@ -162124,9 +161578,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--warning t-tag--dark" > - + 标签三 @@ -162144,9 +161596,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--danger t-tag--dark" > - + 标签四 @@ -162178,9 +161628,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--light" > - + 灰标签 @@ -162198,9 +161646,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--primary t-tag--light" > - + 标签一 @@ -162218,9 +161664,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--success t-tag--light" > - + 标签二 @@ -162238,9 +161682,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--warning t-tag--light" > - + 标签三 @@ -162258,9 +161700,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--danger t-tag--light" > - + 标签四 @@ -162292,9 +161732,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--outline" > - + 灰标签 @@ -162312,9 +161750,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--primary t-tag--outline" > - + 标签一 @@ -162332,9 +161768,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--success t-tag--outline" > - + 标签二 @@ -162352,9 +161786,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--warning t-tag--outline" > - + 标签三 @@ -162372,9 +161804,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--danger t-tag--outline" > - + 标签四 @@ -162406,9 +161836,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--light-outline" > - + 灰标签 @@ -162426,9 +161854,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--primary t-tag--light-outline" > - + 标签一 @@ -162446,9 +161872,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--success t-tag--light-outline" > - + 标签二 @@ -162466,9 +161890,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--warning t-tag--light-outline" > - + 标签三 @@ -162486,9 +161908,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/base.vue 1`] = ` class="t-tag t-tag--danger t-tag--light-outline" > - + 标签四 @@ -162551,9 +161971,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签1 @@ -162568,9 +161986,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签2 @@ -162585,9 +162001,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + @@ -162604,9 +162018,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签4 @@ -162621,9 +162033,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签5 @@ -162638,9 +162048,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签6 @@ -162696,9 +162104,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签1 @@ -162713,9 +162119,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签2 @@ -162730,9 +162134,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + @@ -162749,9 +162151,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签4 @@ -162766,9 +162166,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签5 @@ -162783,9 +162181,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签6 @@ -162841,9 +162237,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签1 @@ -162858,9 +162252,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签2 @@ -162875,9 +162267,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + @@ -162894,9 +162284,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签4 @@ -162911,9 +162299,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签5 @@ -162928,9 +162314,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + 标签6 @@ -162986,9 +162370,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + @@ -163018,9 +162400,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + @@ -163050,9 +162430,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + @@ -163082,9 +162460,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + @@ -163114,9 +162490,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + @@ -163146,9 +162520,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/check-tag-group.vue 1`] tabindex="0" > - + @@ -163293,9 +162665,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/custom-color.vue 1`] = style="color: white; background-color: rgb(0, 82, 217);" > - + 默认 @@ -163330,9 +162700,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/custom-color.vue 1`] = style="color: rgb(0, 82, 217); background-color: rgba(0, 82, 217, 0.1);" > - + 浅色 @@ -163367,9 +162735,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/custom-color.vue 1`] = style="color: rgb(0, 82, 217); border-color: rgb(0, 82, 217);" > - + outline @@ -163404,9 +162770,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/custom-color.vue 1`] = style="color: rgb(0, 82, 217); border-color: rgb(0, 82, 217); background-color: rgba(0, 82, 217, 0.1);" > - + light-outline @@ -163449,9 +162813,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark t-tag--close" > - + 标签一 @@ -163480,9 +162842,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--success t-tag--dark t-tag--close" > - + 标签二 @@ -163511,9 +162871,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--warning t-tag--dark t-tag--close" > - + 标签三 @@ -163542,9 +162900,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--danger t-tag--dark t-tag--close" > - + 标签四 @@ -163587,9 +162943,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--primary t-tag--light t-tag--close" > - + 标签一 @@ -163618,9 +162972,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--success t-tag--light t-tag--close" > - + 标签二 @@ -163649,9 +163001,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--warning t-tag--light t-tag--close" > - + 标签三 @@ -163680,9 +163030,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--danger t-tag--light t-tag--close" > - + 标签四 @@ -163725,9 +163073,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--primary t-tag--outline t-tag--close" > - + 标签一 @@ -163756,9 +163102,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--success t-tag--outline t-tag--close" > - + 标签二 @@ -163787,9 +163131,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--warning t-tag--outline t-tag--close" > - + 标签三 @@ -163818,9 +163160,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--danger t-tag--outline t-tag--close" > - + 标签四 @@ -163861,11 +163201,11 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` >
可删除标签可删除标签 @@ -163893,7 +163233,6 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` >
csr test ./src/tag/_example/delete.vue 1`] = ` 可删除标签可删除标签 @@ -163933,9 +163273,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close t-tag--disabled" > - + 可删除标签 @@ -163967,9 +163305,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/delete.vue 1`] = ` class="t-tag t-tag--default t-tag--dark" > - + csr test ./src/tag/_example/disabled.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--disabled t-tag t-tag--check t-size-m t-tag--disabled check-tag" > - + 失效标签 @@ -164036,9 +163370,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/disabled.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--disabled" > - + 失效标签 @@ -164072,9 +163404,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/icon.vue 1`] = ` href="#t-icon-discount" /> - + 函数图标 @@ -164100,9 +163430,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/icon.vue 1`] = ` /> - + 插槽图标 @@ -164119,11 +163447,11 @@ exports[`csr snapshot test > csr test ./src/tag/_example/icon.vue 1`] = ` exports[`csr snapshot test > csr test ./src/tag/_example/long-text.vue 1`] = `
@@ -164148,9 +163476,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/plain.vue 1`] = ` class="t-tag t-tag--primary t-tag--outline" > - + 标签一 @@ -164168,9 +163494,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/plain.vue 1`] = ` class="t-tag t-tag--success t-tag--outline" > - + 标签二 @@ -164188,9 +163512,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/plain.vue 1`] = ` class="t-tag t-tag--default t-tag--outline" > - + 标签三 @@ -164208,9 +163530,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/plain.vue 1`] = ` class="t-tag t-tag--warning t-tag--outline" > - + 标签四 @@ -164228,9 +163548,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/plain.vue 1`] = ` class="t-tag t-tag--danger t-tag--outline" > - + 标签五 @@ -164279,9 +163597,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` tabindex="0" > - + 选中/未选态 @@ -164302,9 +163618,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` tabindex="0" > - + 选中态 @@ -164325,9 +163639,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` tabindex="0" > - + 未选态 @@ -164347,9 +163659,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark t-tag--disabled t-tag t-tag--check t-size-m t-tag--checked t-tag--disabled" > - + 选中禁用 @@ -164369,9 +163679,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--disabled t-tag t-tag--check t-size-m t-tag--disabled" > - + 未选禁用 @@ -164417,9 +163725,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` tabindex="0" > - + 选中/未选态 @@ -164440,9 +163746,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` tabindex="0" > - + 选中态 @@ -164463,9 +163767,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` tabindex="0" > - + 未选态 @@ -164485,9 +163787,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark t-tag--disabled t-tag t-tag--check t-size-m t-tag--checked t-tag--disabled" > - + 选中禁用 @@ -164507,9 +163807,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` class="t-tag t-tag--default t-tag--outline t-tag--disabled t-tag t-tag--check t-size-m t-tag--disabled" > - + 未选禁用 @@ -164555,9 +163853,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` tabindex="0" > - + Outline Tag @@ -164578,9 +163874,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` tabindex="0" > - + Checked @@ -164601,9 +163895,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` tabindex="0" > - + Unchecked @@ -164623,9 +163915,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` class="t-tag t-tag--primary t-tag--outline t-tag--disabled t-tag t-tag--check t-size-m t-tag--checked t-tag--disabled" > - + Disabled @@ -164645,9 +163935,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/selectable.vue 1`] = ` class="t-tag t-tag--default t-tag--outline t-tag--disabled t-tag t-tag--check t-size-m t-tag--disabled" > - + Disabled @@ -164691,9 +163979,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/shape.vue 1`] = ` class="t-tag t-tag--default t-tag--dark" > - + 标签一 @@ -164711,9 +163997,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/shape.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark" > - + 标签一 @@ -164745,9 +164029,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/shape.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--round" > - + 标签一 @@ -164765,9 +164047,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/shape.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark t-tag--round" > - + 标签一 @@ -164799,9 +164079,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/shape.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--mark" > - + 标签一 @@ -164819,9 +164097,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/shape.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark t-tag--mark" > - + 标签一 @@ -164854,9 +164130,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/size.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-size-s" > - + 小型标签 @@ -164874,9 +164148,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/size.vue 1`] = ` class="t-tag t-tag--default t-tag--dark" > - + 默认标签 @@ -164894,9 +164166,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/size.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-size-l" > - + 大型标签 @@ -164944,9 +164214,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签一 @@ -164965,9 +164233,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签二 @@ -164986,9 +164252,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签三 @@ -165007,9 +164271,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签四 @@ -165051,9 +164313,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签一 @@ -165072,9 +164332,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签二 @@ -165093,9 +164351,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签三 @@ -165114,9 +164370,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签四 @@ -165158,9 +164412,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签一 @@ -165179,9 +164431,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签二 @@ -165200,9 +164450,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签三 @@ -165221,9 +164469,7 @@ exports[`csr snapshot test > csr test ./src/tag/_example/theme.vue 1`] = ` data-v-4efc5093="" > - + 标签四 @@ -165267,9 +164513,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/auto-width.vue 1` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -165291,9 +164535,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/auto-width.vue 1` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -165362,9 +164604,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -165386,9 +164626,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -165452,9 +164690,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -165476,9 +164712,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -165542,9 +164776,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -165566,9 +164798,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/base.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -165647,9 +164877,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -165671,9 +164899,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark" > - + + 4 @@ -165942,9 +165168,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -165967,9 +165191,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark" > - + Function - More( 4 @@ -166022,9 +165244,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/collapsed.vue 1`] class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -166049,9 +165269,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/collapsed.vue 1`] style="margin-right: 4px;" > - + Slot - More( 4 @@ -166114,9 +165332,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/custom-tag.vue 1` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + csr test ./src/tag-input/_example/custom-tag.vue 1` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + csr test ./src/tag-input/_example/custom-tag.vue 1` class="t-tag t-tag--default t-tag--dark" > - + + 1 @@ -166238,9 +165450,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/custom-tag.vue 1` style="margin-right: 4px;" > - + csr test ./src/tag-input/_example/custom-tag.vue 1` style="margin-right: 4px;" > - + csr test ./src/tag-input/_example/custom-tag.vue 1` style="margin-right: 4px;" > - + csr test ./src/tag-input/_example/draggable.vue 1`] draggable="true" > - + Vue @@ -166414,9 +165618,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/draggable.vue 1`] draggable="true" > - + React @@ -166439,9 +165641,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/draggable.vue 1`] draggable="true" > - + Angular @@ -166506,9 +165706,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/draggable.vue 1`] draggable="true" > - + Vue @@ -166531,9 +165729,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/draggable.vue 1`] draggable="true" > - + React @@ -166556,9 +165752,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/draggable.vue 1`] draggable="true" > - + Angular @@ -166581,9 +165775,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/draggable.vue 1`] draggable="true" > - + Miniprogram @@ -166657,9 +165849,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -166681,9 +165871,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -166705,9 +165893,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + VueNext @@ -166729,9 +165915,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + MiniProgram @@ -166753,9 +165937,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Angular @@ -166777,9 +165959,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Starter Kit @@ -166843,9 +166023,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -166867,9 +166045,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -166891,9 +166067,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + VueNext @@ -166915,9 +166089,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + MiniProgram @@ -166939,9 +166111,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Angular @@ -166963,9 +166133,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/excess.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Starter Kit @@ -167067,9 +166235,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/size.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close t-size-s" > - + Vue @@ -167091,9 +166257,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/size.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close t-size-s" > - + React @@ -167152,9 +166316,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/size.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -167176,9 +166338,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/size.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -167237,9 +166397,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/size.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close t-size-l" > - + Vue @@ -167261,9 +166419,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/size.vue 1`] = ` class="t-tag t-tag--default t-tag--dark t-tag--close t-size-l" > - + React @@ -167338,9 +166494,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--disabled" > - + Vue @@ -167351,9 +166505,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--disabled" > - + React @@ -167364,9 +166516,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--disabled" > - + Miniprogram @@ -167422,9 +166572,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark" > - + Vue @@ -167435,9 +166583,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark" > - + React @@ -167448,9 +166594,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark" > - + Miniprogram @@ -167511,9 +166655,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -167535,9 +166677,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -167559,9 +166699,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Miniprogram @@ -167631,9 +166769,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -167655,9 +166791,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -167679,9 +166813,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Miniprogram @@ -167751,9 +166883,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Vue @@ -167775,9 +166905,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + React @@ -167799,9 +166927,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/status.vue 1`] = class="t-tag t-tag--default t-tag--dark t-tag--close" > - + Miniprogram @@ -167875,9 +167001,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark t-tag--close" > - + Vue @@ -167899,9 +167023,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark t-tag--close" > - + React @@ -167923,9 +167045,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--primary t-tag--dark t-tag--close" > - + Miniprogram @@ -167984,9 +167104,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--success t-tag--dark t-tag--close" > - + Vue @@ -168008,9 +167126,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--success t-tag--dark t-tag--close" > - + React @@ -168032,9 +167148,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--success t-tag--dark t-tag--close" > - + Miniprogram @@ -168093,9 +167207,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--warning t-tag--dark t-tag--close" > - + Vue @@ -168117,9 +167229,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--warning t-tag--dark t-tag--close" > - + React @@ -168141,9 +167251,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--warning t-tag--dark t-tag--close" > - + Miniprogram @@ -168202,9 +167310,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--danger t-tag--dark t-tag--close" > - + Vue @@ -168226,9 +167332,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--danger t-tag--dark t-tag--close" > - + React @@ -168250,9 +167354,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/theme.vue 1`] = ` class="t-tag t-tag--danger t-tag--dark t-tag--close" > - + Miniprogram @@ -195501,11 +194603,11 @@ exports[`csr snapshot test > csr test ./src/tree-select/_example/collapsed.vue 1
@@ -195808,11 +194910,11 @@ exports[`csr snapshot test > csr test ./src/tree-select/_example/collapsed.vue 1
@@ -195897,11 +194999,11 @@ exports[`csr snapshot test > csr test ./src/tree-select/_example/collapsed.vue 1
@@ -196170,11 +195272,11 @@ exports[`csr snapshot test > csr test ./src/tree-select/_example/multiple.vue 1`
@@ -196663,11 +195765,11 @@ exports[`csr snapshot test > csr test ./src/tree-select/_example/valuetype.vue 1
diff --git a/test/unit/snap/__snapshots__/ssr.test.js.snap b/test/unit/snap/__snapshots__/ssr.test.js.snap index 5b23d67bd1..c4a739dbb2 100644 --- a/test/unit/snap/__snapshots__/ssr.test.js.snap +++ b/test/unit/snap/__snapshots__/ssr.test.js.snap @@ -116,35 +116,35 @@ exports[`ssr snapshot test > ssr test ./src/button/_example/status.vue 1`] = `"< exports[`ssr snapshot test > ssr test ./src/button/_example/theme.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/base.vue 1`] = `"
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/base.vue 1`] = `"
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; exports[`ssr snapshot test > ssr test ./src/calendar/_example/card.vue 1`] = `"
2020 年
12 月
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; exports[`ssr snapshot test > ssr test ./src/calendar/_example/card-cell.vue 1`] = `"
2020 年
12 月
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/cell.vue 1`] = `"
2020 年
12 月
隐藏周末
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
错误事件
警告事件
正常事件
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/cell.vue 1`] = `"
2020 年
12 月
隐藏周末
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
错误事件
警告事件
正常事件
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/cell-append.vue 1`] = `"
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
我们的纪念日
家庭聚会
29
30
31
01
02
03
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/cell-append.vue 1`] = `"
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
我们的纪念日
家庭聚会
29
30
31
01
02
03
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/controller-config.vue 1`] = `"
控件全局

控件局部

2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/controller-config.vue 1`] = `"
控件全局

控件局部

2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/events.vue 1`] = `"
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/events.vue 1`] = `"
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/filter.vue 1`] = `"
2020 年
12 月
显示周末
30
01
02
03
04
07
08
09
10
11
14
15
16
17
18
21
22
23
24
25
28
29
30
31
01
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/filter.vue 1`] = `"
2020 年
12 月
显示周末
30
01
02
03
04
07
08
09
10
11
14
15
16
17
18
21
22
23
24
25
28
29
30
31
01
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/first-day-of-week.vue 1`] = `"
2020 年
12 月
隐藏周末
25
26
27
28
29
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
04
05
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/first-day-of-week.vue 1`] = `"
2020 年
12 月
隐藏周末
25
26
27
28
29
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
04
05
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/head.vue 1`] = `"
🗓 TDesign开发计划
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/head.vue 1`] = `"
🗓 TDesign开发计划
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/mode.vue 1`] = `"
2020 年
隐藏周末
1 月
2 月
3 月
4 月
5 月
6 月
7 月
8 月
9 月
10 月
11 月
12 月
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/mode.vue 1`] = `"
2020 年
隐藏周末
1 月
2 月
3 月
4 月
5 月
6 月
7 月
8 月
9 月
10 月
11 月
12 月
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/range.vue 1`] = `"
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/range.vue 1`] = `"
2020 年
12 月
隐藏周末
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/slot-props-api.vue 1`] = `"
2020-12 工作安排
2020 年
12 月
隐藏周末
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
错误事件
警告事件
正常事件
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/slot-props-api.vue 1`] = `"
2020-12 工作安排
2020 年
12 月
隐藏周末
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
错误事件
警告事件
正常事件
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/value.vue 1`] = `"

单个高亮日期

1998 年
11 月
隐藏周末
26
27
28
29
30
31
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
01
02
03
04
05
06

多个高亮日期

1998 年
11 月
隐藏周末
26
27
28
29
30
31
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
01
02
03
04
05
06
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/value.vue 1`] = `"

单个高亮日期

1998 年
11 月
隐藏周末
26
27
28
29
30
31
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
01
02
03
04
05
06

多个高亮日期

1998 年
11 月
隐藏周末
26
27
28
29
30
31
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
01
02
03
04
05
06
"`; -exports[`ssr snapshot test > ssr test ./src/calendar/_example/week.vue 1`] = `"

使用插槽

2020 年
12 月
隐藏周末
星期1星期2星期3星期4星期5星期6星期天
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03

使用week属性 - Array

2020 年
12 月
隐藏周末
星期1星期2星期3星期4星期5星期6星期天
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03

使用week属性 - TNode

2020 年
12 月
隐藏周末
星期1星期2周三啦星期4星期5放假啦放假啦
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; +exports[`ssr snapshot test > ssr test ./src/calendar/_example/week.vue 1`] = `"

使用插槽

2020 年
12 月
隐藏周末
星期1星期2星期3星期4星期5星期6星期天
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03

使用week属性 - Array

2020 年
12 月
隐藏周末
星期1星期2星期3星期4星期5星期6星期天
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03

使用week属性 - TNode

2020 年
12 月
隐藏周末
星期1星期2周三啦星期4星期5放假啦放假啦
30
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
01
02
03
"`; exports[`ssr snapshot test > ssr test ./src/card/_example/base.vue 1`] = `"
标题
仅有内容区域的卡片形式。卡片内容区域可以是文字、图片、表单、表格等形式信息内容。可使用大中小不同的卡片尺寸,按业务需求进行呈现。
"`; @@ -187,25 +187,25 @@ exports[`ssr snapshot test > ssr test ./src/card/_example/small.vue 1`] = ` exports[`ssr snapshot test > ssr test ./src/cascader/_example/base.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/cascader/_example/check-strictly.vue 1`] = `"
1/1.1/1.1.2/1.1.2.1
2
"`; +exports[`ssr snapshot test > ssr test ./src/cascader/_example/check-strictly.vue 1`] = `"
1/1.1/1.1.2/1.1.2.1
2
"`; -exports[`ssr snapshot test > ssr test ./src/cascader/_example/collapsed.vue 1`] = `"

default:

选项一/子选项一
+2

use collapsedItems:

size control:
disabled control:
readonly control:
选项一/子选项一
Function - More(2)
选项一/子选项一
Slot - More(2)
"`; +exports[`ssr snapshot test > ssr test ./src/cascader/_example/collapsed.vue 1`] = `"

default:

选项一/子选项一
+2

use collapsedItems:

size control:
disabled control:
readonly control:
选项一/子选项一
Function - More(2)
选项一/子选项一
Slot - More(2)
"`; exports[`ssr snapshot test > ssr test ./src/cascader/_example/custom-options.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/cascader/_example/disabled.vue 1`] = `"
选项一/子选项一
"`; +exports[`ssr snapshot test > ssr test ./src/cascader/_example/disabled.vue 1`] = `"
选项一/子选项一
"`; -exports[`ssr snapshot test > ssr test ./src/cascader/_example/ellipsis.vue 1`] = `"
当选项一数据展示文本过长时/子选项一
"`; +exports[`ssr snapshot test > ssr test ./src/cascader/_example/ellipsis.vue 1`] = `"
当选项一数据展示文本过长时/子选项一
"`; -exports[`ssr snapshot test > ssr test ./src/cascader/_example/filterable.vue 1`] = `"
当选项一数据展示文本过长时/子选项一
"`; +exports[`ssr snapshot test > ssr test ./src/cascader/_example/filterable.vue 1`] = `"
当选项一数据展示文本过长时/子选项一
"`; -exports[`ssr snapshot test > ssr test ./src/cascader/_example/keys.vue 1`] = `"
选项一/子选项一
"`; +exports[`ssr snapshot test > ssr test ./src/cascader/_example/keys.vue 1`] = `"
选项一/子选项一
"`; exports[`ssr snapshot test > ssr test ./src/cascader/_example/load.vue 1`] = `"
"`; exports[`ssr snapshot test > ssr test ./src/cascader/_example/max.vue 1`] = `"
请选择
"`; -exports[`ssr snapshot test > ssr test ./src/cascader/_example/multiple.vue 1`] = `"
选项一/子选项一
"`; +exports[`ssr snapshot test > ssr test ./src/cascader/_example/multiple.vue 1`] = `"
选项一/子选项一
"`; exports[`ssr snapshot test > ssr test ./src/cascader/_example/panel.vue 1`] = `"
  • 选项一
  • 选项二
"`; @@ -215,7 +215,7 @@ exports[`ssr snapshot test > ssr test ./src/cascader/_example/size.vue 1`] = `"< exports[`ssr snapshot test > ssr test ./src/cascader/_example/trigger.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/cascader/_example/value-display.vue 1`] = `"
单选:
子选项二(2.2)
多选:
子选项三(1.3)
子选项一(2.1)
子选项二(2.2)
"`; +exports[`ssr snapshot test > ssr test ./src/cascader/_example/value-display.vue 1`] = `"
单选:
子选项二(2.2)
多选:
子选项三(1.3)
子选项一(2.1)
子选项二(2.2)
"`; exports[`ssr snapshot test > ssr test ./src/cascader/_example/value-mode.vue 1`] = `"
请选择
请选择
请选择
"`; @@ -232,7 +232,7 @@ exports[`ssr snapshot test > ssr test ./src/cascader/_example/value-type.vue 1`] "1", "1.2" ] -]
选项一/子选项一
选项一/子选项二
" +]
选项一/子选项一
选项一/子选项二
" `; exports[`ssr snapshot test > ssr test ./src/checkbox/_example/base.vue 1`] = `"
"`; @@ -248,7 +248,7 @@ exports[`ssr snapshot test > ssr test ./src/checkbox/_example/link.vue 1`] = ` `; exports[`ssr snapshot test > ssr test ./src/collapse/_example/base.vue 1`] = ` -"
这是一个折叠标题
这部分是每个折叠面板折叠或展开的内容,可根据不同业务或用户的使用诉求,进行自定义填充。可以是纯文本、图文、子列表等内容形式。
设置默认展开项
这部分是每个折叠面板折叠或展开的内容,可根据不同业务或用户的使用诉求,进行自定义填充。可以是纯文本、图文、子列表等内容形式。
自定义折叠面板内容
Vue
React
Controlled:
Vue
React
UnControlled:
Vue
React
嵌套折叠面板
子面板1
这是子面板1
子面板2
这是子面板2
子面板3
这是子面板3
子面板4
这是子面板4

当前展开项:[ +"

这是一个折叠标题
这部分是每个折叠面板折叠或展开的内容,可根据不同业务或用户的使用诉求,进行自定义填充。可以是纯文本、图文、子列表等内容形式。
设置默认展开项
这部分是每个折叠面板折叠或展开的内容,可根据不同业务或用户的使用诉求,进行自定义填充。可以是纯文本、图文、子列表等内容形式。
自定义折叠面板内容
Vue
React
Controlled:
Vue
React
UnControlled:
Vue
React
嵌套折叠面板
子面板1
这是子面板1
子面板2
这是子面板2
子面板3
这是子面板3
子面板4
这是子面板4

当前展开项:[ 1 ]

" `; @@ -289,7 +289,7 @@ exports[`ssr snapshot test > ssr test ./src/comment/_example/reply.vue 1`] = `"< exports[`ssr snapshot test > ssr test ./src/comment/_example/reply-form.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/config-provider/_example/calendar.vue 1`] = `"
2020
December
Hide Weekend
SundayMondayTuesdayWednesdayThursdayFridaySaturday
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
"`; +exports[`ssr snapshot test > ssr test ./src/config-provider/_example/calendar.vue 1`] = `"
2020
December
Hide Weekend
SundayMondayTuesdayWednesdayThursdayFridaySaturday
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
"`; exports[`ssr snapshot test > ssr test ./src/config-provider/_example/date-picker.vue 1`] = `"












"`; @@ -299,7 +299,7 @@ exports[`ssr snapshot test > ssr test ./src/config-provider/_example/global.vue exports[`ssr snapshot test > ssr test ./src/config-provider/_example/input.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/config-provider/_example/others.vue 1`] = `"


0 / 20
0 / 0
Empty Data





















Feature Tag
Feature Tag
Feature Tag
Feature Tag


Tree Empty Data


Department A
Department B



First Step
You need to click the blue button
Second Step
Fill your base information into the form
Error Step
Something Wrong! Custom Error Icon!
4
Last Step
You haven't finish this step.


loading
"`; +exports[`ssr snapshot test > ssr test ./src/config-provider/_example/others.vue 1`] = `"


0 / 20
0 / 0
Empty Data





















Feature Tag
Feature Tag
Feature Tag
Feature Tag


Tree Empty Data


Department A
Department B



First Step
You need to click the blue button
Second Step
Fill your base information into the form
Error Step
Something Wrong! Custom Error Icon!
4
Last Step
You haven't finish this step.


loading
"`; exports[`ssr snapshot test > ssr test ./src/config-provider/_example/pagination.vue 1`] = `"
Total 36 items
10 / page
  • 1
  • 2
  • 3
  • 4
jump to
/ 4
"`; @@ -515,7 +515,7 @@ exports[`ssr snapshot test > ssr test ./src/icon/_example/single.vue 1`] = `" ssr test ./src/image/_example/avif.vue 1`] = `"
图片加载中
.avif / .webp
"`; -exports[`ssr snapshot test > ssr test ./src/image/_example/extra-always.vue 1`] = `"
有遮罩
图片加载中
高清
无遮罩
图片加载中
高清
插槽使用
图片加载中
高清
"`; +exports[`ssr snapshot test > ssr test ./src/image/_example/extra-always.vue 1`] = `"
有遮罩
图片加载中
高清
无遮罩
图片加载中
高清
插槽使用
图片加载中
高清
"`; exports[`ssr snapshot test > ssr test ./src/image/_example/extra-hover.vue 1`] = `"
图片加载中
预览
"`; @@ -523,7 +523,7 @@ exports[`ssr snapshot test > ssr test ./src/image/_example/fill-mode.vue 1`] = ` exports[`ssr snapshot test > ssr test ./src/image/_example/fill-position.vue 1`] = `"
图片加载中
cover center
图片加载中
cover left
图片加载中
cover right
图片加载中
cover top
图片加载中
cover bottom
图片加载中
contain top
图片加载中
contain bottom
图片加载中
contain center
图片加载中
contain left
图片加载中
contain right
"`; -exports[`ssr snapshot test > ssr test ./src/image/_example/gallery-cover.vue 1`] = `"
图片加载中
标签一
"`; +exports[`ssr snapshot test > ssr test ./src/image/_example/gallery-cover.vue 1`] = `"
图片加载中
标签一
"`; exports[`ssr snapshot test > ssr test ./src/image/_example/lazy-list.vue 1`] = `"
"`; @@ -858,25 +858,25 @@ exports[`ssr snapshot test > ssr test ./src/rate/_example/texts.vue 1`] = `"
ssr test ./src/select/_example/base.vue 1`] = `"
产品:
请选择云产品
"`; -exports[`ssr snapshot test > ssr test ./src/select/_example/collapsed.vue 1`] = `"

default:

选项一
+1

use collapsedItems:

size control:
disabled control:
readonly control:
选项一
Function - More(1)
选项一
Slot - More(1)
"`; +exports[`ssr snapshot test > ssr test ./src/select/_example/collapsed.vue 1`] = `"

default:

选项一
+1

use collapsedItems:

size control:
disabled control:
readonly control:
选项一
Function - More(1)
选项一
Slot - More(1)
"`; exports[`ssr snapshot test > ssr test ./src/select/_example/creatable.vue 1`] = `"
多选支持自定义创建
"`; exports[`ssr snapshot test > ssr test ./src/select/_example/custom-options.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/select/_example/custom-selected.vue 1`] = `"
选项一(1)
选项二(2)
+1
选项四(4)
选项五(5)
选项六(6)
选项七(7)
单选自定义(1)
"`; +exports[`ssr snapshot test > ssr test ./src/select/_example/custom-selected.vue 1`] = `"
选项一(1)
选项二(2)
+1
选项四(4)
选项五(5)
选项六(6)
选项七(7)
单选自定义(1)
"`; -exports[`ssr snapshot test > ssr test ./src/select/_example/disabled.vue 1`] = `"
shanghai
beijing
"`; +exports[`ssr snapshot test > ssr test ./src/select/_example/disabled.vue 1`] = `"
shanghai
beijing
"`; exports[`ssr snapshot test > ssr test ./src/select/_example/filterable.vue 1`] = `"
-请选择-
"`; exports[`ssr snapshot test > ssr test ./src/select/_example/group.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/select/_example/label-in-value.vue 1`] = `"
选项一
"`; +exports[`ssr snapshot test > ssr test ./src/select/_example/label-in-value.vue 1`] = `"
选项一
"`; exports[`ssr snapshot test > ssr test ./src/select/_example/max.vue 1`] = `"
-请选择-
"`; -exports[`ssr snapshot test > ssr test ./src/select/_example/multiple.vue 1`] = `"
架构云
区块链
云服务器
云数据库
域名注册
网站备案
对象存储
低代码平台
折叠选项:
区块链
人工智能
+2
"`; +exports[`ssr snapshot test > ssr test ./src/select/_example/multiple.vue 1`] = `"
架构云
区块链
云服务器
云数据库
域名注册
网站备案
对象存储
低代码平台
折叠选项:
区块链
人工智能
+2
"`; exports[`ssr snapshot test > ssr test ./src/select/_example/noborder.vue 1`] = `"
已选择的选项
"`; @@ -900,21 +900,21 @@ exports[`ssr snapshot test > ssr test ./src/select-input/_example/autocomplete.v exports[`ssr snapshot test > ssr test ./src/select-input/_example/autowidth.vue 1`] = `"
tdesign-vue
"`; -exports[`ssr snapshot test > ssr test ./src/select-input/_example/autowidth-multiple.vue 1`] = `"
Vue
+2
"`; +exports[`ssr snapshot test > ssr test ./src/select-input/_example/autowidth-multiple.vue 1`] = `"
Vue
+2
"`; exports[`ssr snapshot test > ssr test ./src/select-input/_example/borderless.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/select-input/_example/borderless-multiple.vue 1`] = `"
Vue
+2
"`; +exports[`ssr snapshot test > ssr test ./src/select-input/_example/borderless-multiple.vue 1`] = `"
Vue
+2
"`; -exports[`ssr snapshot test > ssr test ./src/select-input/_example/collapsed-items.vue 1`] = `"

default:

tdesign-vue
+5

use collapsedItems:

size control:
disabled control:
readonly control:
tdesign-vue
Function - More(5)
tdesign-vue
Slot - More(5)
"`; +exports[`ssr snapshot test > ssr test ./src/select-input/_example/collapsed-items.vue 1`] = `"

default:

tdesign-vue
+5

use collapsedItems:

size control:
disabled control:
readonly control:
tdesign-vue
Function - More(5)
tdesign-vue
Slot - More(5)
"`; -exports[`ssr snapshot test > ssr test ./src/select-input/_example/custom-tag.vue 1`] = `"
tdesign-vue
tdesign-vue
tdesign-react
tdesign-vue
tdesign-react
tdesign-mobile-vue
"`; +exports[`ssr snapshot test > ssr test ./src/select-input/_example/custom-tag.vue 1`] = `"
tdesign-vue
tdesign-vue
tdesign-react
tdesign-vue
tdesign-react
tdesign-mobile-vue
"`; -exports[`ssr snapshot test > ssr test ./src/select-input/_example/excess-tags-display-type.vue 1`] = `"

第一种呈现方式:超出时滚动显示

tdesign-vue
tdesign-react
tdesign-miniprogram
tdesign-angular
tdesign-mobile-vue
tdesign-mobile-react

第二种呈现方式:超出时换行显示

tdesign-vue
tdesign-react
tdesign-miniprogram
tdesign-angular
tdesign-mobile-vue
tdesign-mobile-react
"`; +exports[`ssr snapshot test > ssr test ./src/select-input/_example/excess-tags-display-type.vue 1`] = `"

第一种呈现方式:超出时滚动显示

tdesign-vue
tdesign-react
tdesign-miniprogram
tdesign-angular
tdesign-mobile-vue
tdesign-mobile-react

第二种呈现方式:超出时换行显示

tdesign-vue
tdesign-react
tdesign-miniprogram
tdesign-angular
tdesign-mobile-vue
tdesign-mobile-react
"`; exports[`ssr snapshot test > ssr test ./src/select-input/_example/label-suffix.vue 1`] = `"
前置内容:


单位:元
"`; -exports[`ssr snapshot test > ssr test ./src/select-input/_example/multiple.vue 1`] = `"
Vue
React
Miniprogram
"`; +exports[`ssr snapshot test > ssr test ./src/select-input/_example/multiple.vue 1`] = `"
Vue
React
Miniprogram
"`; exports[`ssr snapshot test > ssr test ./src/select-input/_example/single.vue 1`] = `"
"`; @@ -1022,16 +1022,16 @@ exports[`ssr snapshot test > ssr test ./src/switch/_example/size.vue 1`] = `" ssr test ./src/switch/_example/status.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/affix.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请事项
申请时间
操作
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
宣传物料制作费用
2022-01-01查看详情
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
algolia 服务报销
2022-02-01再次申请
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
相关周边制作费
2022-03-01再次申请
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
激励奖品快递费
2022-04-01查看详情
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
宣传物料制作费用
2022-01-01再次申请
共 38 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/affix.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请事项
申请时间
操作
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
宣传物料制作费用
2022-01-01查看详情
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
algolia 服务报销
2022-02-01再次申请
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
相关周边制作费
2022-03-01再次申请
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
激励奖品快递费
2022-04-01查看详情
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
宣传物料制作费用
2022-01-01再次申请
共 38 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/async-loading.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
正在加载中,请稍后
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/async-loading.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
正在加载中,请稍后
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/base.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
共 28 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/base.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
共 28 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/custom-cell.vue 1`] = `"
申请人
审批状态
申请事项
邮箱地址
申请时间
贾明
审批通过
宣传物料制作费用
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
algolia 服务报销
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
相关周边制作费
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
激励奖品快递费
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
宣传物料制作费用
r.nmgw@peurezgn.sl
2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/custom-cell.vue 1`] = `"
申请人
审批状态
申请事项
邮箱地址
申请时间
贾明
审批通过
宣传物料制作费用
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
algolia 服务报销
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
相关周边制作费
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
激励奖品快递费
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
宣传物料制作费用
r.nmgw@peurezgn.sl
2022-01-01
"`; exports[`ssr snapshot test > ssr test ./src/table/_example/custom-col.vue 1`] = ` -"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
共 100 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 20
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
共 100 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 20
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
共 100 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 20
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
共 100 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 20
" `; -exports[`ssr snapshot test > ssr test ./src/table/_example/custom-footer.vue 1`] = `"
申请人
审批状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/custom-footer.vue 1`] = `"
申请人
审批状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/custom-header.vue 1`] = `"
申请人
申请事项
审批状态
邮箱地址
申请时间
贾明宣传物料制作费用
审批通过
w.cezkdudy@lhll.au2022-01-01
张三algolia 服务报销
审批失败
r.nmgw@peurezgn.sl2022-02-01
王芳相关周边制作费
审批过期
p.cumx@rampblpa.ru2022-03-01
贾明激励奖品快递费
审批通过
w.cezkdudy@lhll.au2022-04-01
张三宣传物料制作费用
审批失败
r.nmgw@peurezgn.sl2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/custom-header.vue 1`] = `"
申请人
申请事项
审批状态
邮箱地址
申请时间
贾明宣传物料制作费用
审批通过
w.cezkdudy@lhll.au2022-01-01
张三algolia 服务报销
审批失败
r.nmgw@peurezgn.sl2022-02-01
王芳相关周边制作费
审批过期
p.cumx@rampblpa.ru2022-03-01
贾明激励奖品快递费
审批通过
w.cezkdudy@lhll.au2022-04-01
张三宣传物料制作费用
审批失败
r.nmgw@peurezgn.sl2022-01-01
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/data-sort.vue 1`] = `"
排序方式:{"sortBy":"status","descending":true}
申请人
申请状态
申请耗时(天)
签署方式
邮箱地址
申请时间
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
3纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
1纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
4电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
2纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/data-sort.vue 1`] = `"
排序方式:{"sortBy":"status","descending":true}
申请人
申请状态
申请耗时(天)
签署方式
邮箱地址
申请时间
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
3纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
1纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
4电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
2纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/drag-col-sort.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/drag-col-sort.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/drag-sort.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
王芳6
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-02-01
贾明7
审批通过
电子签署
w.cezkdudy@lhll.au
2022-03-01
张三8
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-04-01
王芳9
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-01-01
贾明10
审批通过
电子签署
w.cezkdudy@lhll.au
2022-02-01
共 500 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 100
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/drag-sort.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
王芳6
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-02-01
贾明7
审批通过
电子签署
w.cezkdudy@lhll.au
2022-03-01
张三8
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-04-01
王芳9
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-01-01
贾明10
审批通过
电子签署
w.cezkdudy@lhll.au
2022-02-01
共 500 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 100
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/drag-sort-handler.vue 1`] = `"
排序
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/drag-sort-handler.vue 1`] = `"
排序
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/editable-cell.vue 1`] = `"
申请人
申请状态
申请事项
创建日期
审批通过
宣传物料制作费用
2022-01-01
审批过期
宣传物料制作费用
2022-02-01
王芳审批失败宣传物料制作费用2022-03-01
审批通过
宣传物料制作费用
+1
2022-04-01
审批过期
宣传物料制作费用
2022-01-01

"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/editable-cell.vue 1`] = `"
申请人
申请状态
申请事项
创建日期
审批通过
宣传物料制作费用
2022-01-01
审批过期
宣传物料制作费用
2022-02-01
王芳审批失败宣传物料制作费用2022-03-01
审批通过
宣传物料制作费用
+1
2022-04-01
审批过期
宣传物料制作费用
2022-01-01

"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/editable-row.vue 1`] = `"

申请人
申请状态
申请事项
创建日期
操作栏
贾明
审批通过
宣传物料制作费用
张三
审批过期
宣传物料制作费用
2022-02-01
王芳
审批失败
宣传物料制作费用
2022-03-01
贾明
审批通过
宣传物料制作费用、algolia 服务报销
2022-04-01
张三
审批过期
宣传物料制作费用
2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/editable-row.vue 1`] = `"

申请人
申请状态
申请事项
创建日期
操作栏
贾明
审批通过
宣传物料制作费用
张三
审批过期
宣传物料制作费用
2022-02-01
王芳
审批失败
宣传物料制作费用
2022-03-01
贾明
审批通过
宣传物料制作费用、algolia 服务报销
2022-04-01
张三
审批过期
宣传物料制作费用
2022-01-01
"`; exports[`ssr snapshot test > ssr test ./src/table/_example/ellipsis.vue 1`] = ` -"
申请人
审批状态
签署方式(超长标题示例)
邮箱地址
申请事项
审核时间
操作
贾明(kyrieJia)
审批通过
电子签署
w.cezkdudy@lhll.au
宣传物料制作费用
2021-11-01
张三(threeZhang)
审批失败
纸质签署
r.nmgw@peurezgn.sl
algolia 服务报销
2021-12-01
王芳(fangWang)
审批过期
纸质签署
p.cumx@rampblpa.ru
相关周边制作费
2022-01-01
贾明(kyrieJia)
审批通过
电子签署
w.cezkdudy@lhll.au
激励奖品快递费
2022-02-01
张三(threeZhang)
审批失败
纸质签署
r.nmgw@peurezgn.sl
宣传物料制作费用
2021-11-01
申请人
审批状态
签署方式(超长标题示例)
邮箱地址
申请事项
审核时间
操作
贾明(kyrieJia)
审批通过
电子签署
w.cezkdudy@lhll.au
宣传物料制作费用
2021-11-01
张三(threeZhang)
审批失败
纸质签署
r.nmgw@peurezgn.sl
algolia 服务报销
2021-12-01
王芳(fangWang)
审批过期
纸质签署
p.cumx@rampblpa.ru
相关周边制作费
2022-01-01
贾明(kyrieJia)
审批通过
电子签署
w.cezkdudy@lhll.au
激励奖品快递费
2022-02-01
张三(threeZhang)
审批失败
纸质签署
r.nmgw@peurezgn.sl
宣传物料制作费用
2021-11-01
类型
平台
属性
默认值
是否必传
说明
暂无数据


类型
平台
属性
默认值
是否必传
说明
😊 我是自定义的空内容 😊: slot


类型
平台
属性
默认值
是否必传
说明
😊 我是自定义的空内容 😊: empty function
"`; exports[`ssr snapshot test > ssr test ./src/table/_example/expandable.vue 1`] = ` -"
申请人
申请状态
签署方式
邮箱地址
申请时间
操作
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01查看详情
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01再次申请
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01再次申请
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01查看详情
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01再次申请
申请人
申请状态
签署方式
邮箱地址
申请时间
操作
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01查看详情
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01再次申请
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01再次申请
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01查看详情
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01再次申请
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署w.cezkdudy@lhll.au2022-01-01
张三
审批失败
纸质签署r.nmgw@peurezgn.sl2022-02-01
王芳
审批过期
纸质签署p.cumx@rampblpa.ru2022-03-01
贾明
审批通过
电子签署w.cezkdudy@lhll.au2022-04-01
张三
审批失败
纸质签署r.nmgw@peurezgn.sl2022-01-01
" + -->
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署w.cezkdudy@lhll.au2022-01-01
张三
审批失败
纸质签署r.nmgw@peurezgn.sl2022-02-01
王芳
审批过期
纸质签署p.cumx@rampblpa.ru2022-03-01
贾明
审批通过
电子签署w.cezkdudy@lhll.au2022-04-01
张三
审批失败
纸质签署r.nmgw@peurezgn.sl2022-01-01
" `; -exports[`ssr snapshot test > ssr test ./src/table/_example/fixed-column.vue 1`] = `"
申请人
审批状态
邮箱地址
申请事项
申请日期
操作
贾明
审批通过
w.cezkdudy@lhll.au宣传物料制作费用2022-01-01查看详情
张三
审批失败
r.nmgw@peurezgn.slalgolia 服务报销2022-02-01再次申请
王芳
审批过期
p.cumx@rampblpa.ru相关周边制作费2022-03-01再次申请
贾明
审批通过
w.cezkdudy@lhll.au激励奖品快递费2022-04-01查看详情
张三
审批失败
r.nmgw@peurezgn.sl宣传物料制作费用2022-01-01再次申请
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/fixed-column.vue 1`] = `"
申请人
审批状态
邮箱地址
申请事项
申请日期
操作
贾明
审批通过
w.cezkdudy@lhll.au宣传物料制作费用2022-01-01查看详情
张三
审批失败
r.nmgw@peurezgn.slalgolia 服务报销2022-02-01再次申请
王芳
审批过期
p.cumx@rampblpa.ru相关周边制作费2022-03-01再次申请
贾明
审批通过
w.cezkdudy@lhll.au激励奖品快递费2022-04-01查看详情
张三
审批失败
r.nmgw@peurezgn.sl宣传物料制作费用2022-01-01再次申请
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/fixed-header.vue 1`] = `"




申请人
审批状态
申请事项
邮箱地址
申请日期
操作
贾明
审批通过
宣传物料制作费用
w.cezkdudy@lhll.au
2022-01-01查看详情
张三
审批失败
algolia 服务报销
r.nmgw@peurezgn.sl
2022-02-01再次申请
王芳
审批过期
相关周边制作费
p.cumx@rampblpa.ru
2022-03-01再次申请
贾明
审批通过
激励奖品快递费
w.cezkdudy@lhll.au
2022-04-01查看详情
张三
审批失败
宣传物料制作费用
r.nmgw@peurezgn.sl
2022-01-01再次申请
王芳
审批过期
algolia 服务报销
p.cumx@rampblpa.ru
2022-02-01再次申请
贾明
审批通过
相关周边制作费
w.cezkdudy@lhll.au
2022-03-01查看详情
张三
审批失败
激励奖品快递费
r.nmgw@peurezgn.sl
2022-04-01再次申请
王芳
审批过期
宣传物料制作费用
p.cumx@rampblpa.ru
2022-01-01再次申请
贾明
审批通过
algolia 服务报销
w.cezkdudy@lhll.au
2022-02-01查看详情
张三
审批失败
相关周边制作费
r.nmgw@peurezgn.sl
2022-03-01再次申请
王芳
审批过期
激励奖品快递费
p.cumx@rampblpa.ru
2022-04-01再次申请
贾明
审批通过
宣传物料制作费用
w.cezkdudy@lhll.au
2022-01-01查看详情
张三
审批失败
algolia 服务报销
r.nmgw@peurezgn.sl
2022-02-01再次申请
王芳
审批过期
相关周边制作费
p.cumx@rampblpa.ru
2022-03-01再次申请
贾明
审批通过
激励奖品快递费
w.cezkdudy@lhll.au
2022-04-01查看详情
张三
审批失败
宣传物料制作费用
r.nmgw@peurezgn.sl
2022-01-01再次申请
王芳
审批过期
algolia 服务报销
p.cumx@rampblpa.ru
2022-02-01再次申请
贾明
审批通过
相关周边制作费
w.cezkdudy@lhll.au
2022-03-01查看详情
张三
审批失败
激励奖品快递费
r.nmgw@peurezgn.sl
2022-04-01再次申请
------
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/fixed-header.vue 1`] = `"




申请人
审批状态
申请事项
邮箱地址
申请日期
操作
贾明
审批通过
宣传物料制作费用
w.cezkdudy@lhll.au
2022-01-01查看详情
张三
审批失败
algolia 服务报销
r.nmgw@peurezgn.sl
2022-02-01再次申请
王芳
审批过期
相关周边制作费
p.cumx@rampblpa.ru
2022-03-01再次申请
贾明
审批通过
激励奖品快递费
w.cezkdudy@lhll.au
2022-04-01查看详情
张三
审批失败
宣传物料制作费用
r.nmgw@peurezgn.sl
2022-01-01再次申请
王芳
审批过期
algolia 服务报销
p.cumx@rampblpa.ru
2022-02-01再次申请
贾明
审批通过
相关周边制作费
w.cezkdudy@lhll.au
2022-03-01查看详情
张三
审批失败
激励奖品快递费
r.nmgw@peurezgn.sl
2022-04-01再次申请
王芳
审批过期
宣传物料制作费用
p.cumx@rampblpa.ru
2022-01-01再次申请
贾明
审批通过
algolia 服务报销
w.cezkdudy@lhll.au
2022-02-01查看详情
张三
审批失败
相关周边制作费
r.nmgw@peurezgn.sl
2022-03-01再次申请
王芳
审批过期
激励奖品快递费
p.cumx@rampblpa.ru
2022-04-01再次申请
贾明
审批通过
宣传物料制作费用
w.cezkdudy@lhll.au
2022-01-01查看详情
张三
审批失败
algolia 服务报销
r.nmgw@peurezgn.sl
2022-02-01再次申请
王芳
审批过期
相关周边制作费
p.cumx@rampblpa.ru
2022-03-01再次申请
贾明
审批通过
激励奖品快递费
w.cezkdudy@lhll.au
2022-04-01查看详情
张三
审批失败
宣传物料制作费用
r.nmgw@peurezgn.sl
2022-01-01再次申请
王芳
审批过期
algolia 服务报销
p.cumx@rampblpa.ru
2022-02-01再次申请
贾明
审批通过
相关周边制作费
w.cezkdudy@lhll.au
2022-03-01查看详情
张三
审批失败
激励奖品快递费
r.nmgw@peurezgn.sl
2022-04-01再次申请
------
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/fixed-header-col.vue 1`] = `"
申请人
审批状态
签署方式
申请事项
邮箱地址
申请日期
操作
贾明
审批通过
电子签署宣传物料制作费用w.cezkdudy@lhll.au2022-01-01查看详情
张三
审批失败
纸质签署algolia 服务报销r.nmgw@peurezgn.sl2022-02-01再次申请
王芳
审批过期
纸质签署相关周边制作费p.cumx@rampblpa.ru2022-03-01再次申请
贾明
审批通过
电子签署激励奖品快递费w.cezkdudy@lhll.au2022-04-01查看详情
张三
审批失败
纸质签署宣传物料制作费用r.nmgw@peurezgn.sl2022-01-01再次申请
王芳
审批过期
纸质签署algolia 服务报销p.cumx@rampblpa.ru2022-02-01再次申请
贾明
审批通过
电子签署相关周边制作费w.cezkdudy@lhll.au2022-03-01查看详情
张三
审批失败
纸质签署激励奖品快递费r.nmgw@peurezgn.sl2022-04-01再次申请
王芳
审批过期
纸质签署宣传物料制作费用p.cumx@rampblpa.ru2022-01-01再次申请
贾明
审批通过
电子签署algolia 服务报销w.cezkdudy@lhll.au2022-02-01查看详情
张三
审批失败
纸质签署相关周边制作费r.nmgw@peurezgn.sl2022-03-01再次申请
王芳
审批过期
纸质签署激励奖品快递费p.cumx@rampblpa.ru2022-04-01再次申请
贾明
审批通过
电子签署宣传物料制作费用w.cezkdudy@lhll.au2022-01-01查看详情
张三
审批失败
纸质签署algolia 服务报销r.nmgw@peurezgn.sl2022-02-01再次申请
王芳
审批过期
纸质签署相关周边制作费p.cumx@rampblpa.ru2022-03-01再次申请
贾明
审批通过
电子签署激励奖品快递费w.cezkdudy@lhll.au2022-04-01查看详情
张三
审批失败
纸质签署宣传物料制作费用r.nmgw@peurezgn.sl2022-01-01再次申请
王芳
审批过期
纸质签署algolia 服务报销p.cumx@rampblpa.ru2022-02-01再次申请
贾明
审批通过
电子签署相关周边制作费w.cezkdudy@lhll.au2022-03-01查看详情
张三
审批失败
纸质签署激励奖品快递费r.nmgw@peurezgn.sl2022-04-01再次申请
共20条----
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/fixed-header-col.vue 1`] = `"
申请人
审批状态
签署方式
申请事项
邮箱地址
申请日期
操作
贾明
审批通过
电子签署宣传物料制作费用w.cezkdudy@lhll.au2022-01-01查看详情
张三
审批失败
纸质签署algolia 服务报销r.nmgw@peurezgn.sl2022-02-01再次申请
王芳
审批过期
纸质签署相关周边制作费p.cumx@rampblpa.ru2022-03-01再次申请
贾明
审批通过
电子签署激励奖品快递费w.cezkdudy@lhll.au2022-04-01查看详情
张三
审批失败
纸质签署宣传物料制作费用r.nmgw@peurezgn.sl2022-01-01再次申请
王芳
审批过期
纸质签署algolia 服务报销p.cumx@rampblpa.ru2022-02-01再次申请
贾明
审批通过
电子签署相关周边制作费w.cezkdudy@lhll.au2022-03-01查看详情
张三
审批失败
纸质签署激励奖品快递费r.nmgw@peurezgn.sl2022-04-01再次申请
王芳
审批过期
纸质签署宣传物料制作费用p.cumx@rampblpa.ru2022-01-01再次申请
贾明
审批通过
电子签署algolia 服务报销w.cezkdudy@lhll.au2022-02-01查看详情
张三
审批失败
纸质签署相关周边制作费r.nmgw@peurezgn.sl2022-03-01再次申请
王芳
审批过期
纸质签署激励奖品快递费p.cumx@rampblpa.ru2022-04-01再次申请
贾明
审批通过
电子签署宣传物料制作费用w.cezkdudy@lhll.au2022-01-01查看详情
张三
审批失败
纸质签署algolia 服务报销r.nmgw@peurezgn.sl2022-02-01再次申请
王芳
审批过期
纸质签署相关周边制作费p.cumx@rampblpa.ru2022-03-01再次申请
贾明
审批通过
电子签署激励奖品快递费w.cezkdudy@lhll.au2022-04-01查看详情
张三
审批失败
纸质签署宣传物料制作费用r.nmgw@peurezgn.sl2022-01-01再次申请
王芳
审批过期
纸质签署algolia 服务报销p.cumx@rampblpa.ru2022-02-01再次申请
贾明
审批通过
电子签署相关周边制作费w.cezkdudy@lhll.au2022-03-01查看详情
张三
审批失败
纸质签署激励奖品快递费r.nmgw@peurezgn.sl2022-04-01再次申请
共20条----
"`; exports[`ssr snapshot test > ssr test ./src/table/_example/highlight.vue 1`] = `"
申请人
签署方式
邮箱地址
申请时间
贾明电子签署
w.cezkdudy@lhll.au
2022-01-01
张三纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明电子签署
w.cezkdudy@lhll.au
2022-04-01
张三纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; @@ -1151,19 +1151,19 @@ exports[`ssr snapshot test > ssr test ./src/table/_example/lazy.vue 1`] = `"
ssr test ./src/table/_example/loading.vue 1`] = `"
类型
平台
属性
默认值
是否必传
说明
类型
平台
属性
默认值
是否必传
说明
这里使用插槽自定义加载状态
类型
平台
属性
默认值
是否必传
说明
这里使用渲染函数定义加载状态
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/merge-cells.vue 1`] = `"
申请人
申请状态
审批事项
邮箱地址
其他信息
贾明
审批通过
宣传物料制作费用w.cezkdudy@lhll.au电子签署2021-11-01
审批失败
algolia 服务报销纸质签署2021-11-01
王芳
审批过期
纸质签署2021-11-01
审批通过
激励奖品快递费b.nmgw@peurezgn.sl电子签署2021-11-01
张三
审批失败
宣传物料制作费用d.cumx@rampblpa.ru纸质签署2021-11-01
审批过期
algolia 服务报销w.cezkdudy@lhll.au纸质签署2021-11-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/merge-cells.vue 1`] = `"
申请人
申请状态
审批事项
邮箱地址
其他信息
贾明
审批通过
宣传物料制作费用w.cezkdudy@lhll.au电子签署2021-11-01
审批失败
algolia 服务报销纸质签署2021-11-01
王芳
审批过期
纸质签署2021-11-01
审批通过
激励奖品快递费b.nmgw@peurezgn.sl电子签署2021-11-01
张三
审批失败
宣传物料制作费用d.cumx@rampblpa.ru纸质签署2021-11-01
审批过期
algolia 服务报销w.cezkdudy@lhll.au纸质签署2021-11-01
"`; exports[`ssr snapshot test > ssr test ./src/table/_example/multi-header.vue 1`] = `"
申请人
申请汇总
住宿费
交通费
物料费
奖品激励费
审批汇总
申请时间
申请状态
申请渠道和金额
审批状态
说明
类型
申请耗时(天)
审批单号
邮箱地址
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/multiple-sort.vue 1`] = `"
排序方式:[{"sortBy":"status","descending":true},{"sortBy":"time","descending":false}]
申请人
申请状态
申请耗时(天)
签署方式
邮箱地址
申请时间
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
3纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
1纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
4电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
2纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/multiple-sort.vue 1`] = `"
排序方式:[{"sortBy":"status","descending":true},{"sortBy":"time","descending":false}]
申请人
申请状态
申请耗时(天)
签署方式
邮箱地址
申请时间
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
3纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
1纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
4电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
2纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/pagination.vue 1`] = `"
序号
申请人
申请状态
签署方式
申请时间
6王芳
审批过期
纸质签署2022-02-01
7贾明
审批通过
电子签署2022-03-01
8张三
审批失败
纸质签署2022-04-01
9王芳
审批过期
纸质签署2022-01-01
10贾明
审批通过
电子签署2022-02-01
共 59 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 12
跳至
/ 12 页
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/pagination.vue 1`] = `"
序号
申请人
申请状态
签署方式
申请时间
6王芳
审批过期
纸质签署2022-02-01
7贾明
审批通过
电子签署2022-03-01
8张三
审批失败
纸质签署2022-04-01
9王芳
审批过期
纸质签署2022-01-01
10贾明
审批通过
电子签署2022-02-01
共 59 条数据
5 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 12
跳至
/ 12 页
"`; exports[`ssr snapshot test > ssr test ./src/table/_example/pagination-ajax.vue 1`] = `"
申请人
申请状态
联系方式
邮箱
暂无数据
共 100 条数据
20 条/页
  • 1
  • 2
  • 3
  • 4
  • 5
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/select-multiple.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/select-multiple.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; -exports[`ssr snapshot test > ssr test ./src/table/_example/select-single.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/select-single.vue 1`] = `"
申请人
申请状态
签署方式
邮箱地址
申请时间
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; exports[`ssr snapshot test > ssr test ./src/table/_example/select-without-handler.vue 1`] = `"
申请人
签署方式
邮箱地址
申请时间
贾明电子签署
w.cezkdudy@lhll.au
2022-01-01
张三纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明电子签署
w.cezkdudy@lhll.au
2022-04-01
张三纸质签署
r.nmgw@peurezgn.sl
2022-01-01
"`; @@ -1179,10 +1179,10 @@ exports[`ssr snapshot test > ssr test ./src/table/_example/single-sort.vue 1`] =

警告

异常

- -->
申请人
申请状态
申请耗时(天)
签署方式
申请时间
贾明
审批通过
2电子签署2022-01-01
张三
审批失败
3纸质签署2022-02-01
王芳
审批过期
1纸质签署2022-03-01
贾明
审批通过
4电子签署2022-04-01
" + -->
申请人
申请状态
申请耗时(天)
签署方式
申请时间
贾明
审批通过
2电子签署2022-01-01
张三
审批失败
3纸质签署2022-02-01
王芳
审批过期
1纸质签署2022-03-01
贾明
审批通过
4电子签署2022-04-01
" `; -exports[`ssr snapshot test > ssr test ./src/table/_example/style.vue 1`] = `"
申请人
审批状态
申请耗时(天)
签署方式
邮箱地址
申请时间
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
10纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
1纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
10纸质签署
r.nmgw@peurezgn.sl
2022-01-01
近期申请耗时较长
"`; +exports[`ssr snapshot test > ssr test ./src/table/_example/style.vue 1`] = `"
申请人
审批状态
申请耗时(天)
签署方式
邮箱地址
申请时间
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-01-01
张三
审批失败
10纸质签署
r.nmgw@peurezgn.sl
2022-02-01
王芳
审批过期
1纸质签署
p.cumx@rampblpa.ru
2022-03-01
贾明
审批通过
2电子签署
w.cezkdudy@lhll.au
2022-04-01
张三
审批失败
10纸质签署
r.nmgw@peurezgn.sl
2022-01-01
近期申请耗时较长
"`; exports[`ssr snapshot test > ssr test ./src/table/_example/tree.vue 1`] = ` "


排序
编号
申请人
签署方式
操作
0
申请人 0_1 号
电子签署
1
申请人 1_1 号
纸质签署
2
申请人 2_1 号
纸质签署
3
申请人 3_1 号
电子签署
4
申请人 4_1 号
纸质签署
66666
申请人懒加载节点 66666,点我体验
电子签署
88888
申请人懒加载节点 88888,点我体验
纸质签署
共 5 条数据
5 条/页
  • 1
选项卡1
选项卡2
选项卡3

选项卡1

选项卡1
选项卡2
选项卡3

选项卡1

"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/base.vue 1`] = `"
灰标签
标签一
标签二
标签三
标签四
灰标签
标签一
标签二
标签三
标签四
灰标签
标签一
标签二
标签三
标签四
灰标签
标签一
标签二
标签三
标签四
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/base.vue 1`] = `"
灰标签
标签一
标签二
标签三
标签四
灰标签
标签一
标签二
标签三
标签四
灰标签
标签一
标签二
标签三
标签四
灰标签
标签一
标签二
标签三
标签四
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/check-tag-group.vue 1`] = `"
标签1
标签2
标签3
标签4
标签5
标签6
标签1
标签2
标签3
标签4
标签5
标签6
标签1
标签2
标签3
标签4
标签5
标签6
TAG_A(1)
TAG_B(2)
TAG_C(3)
TAG_D(4)
TAG_E(5)
TAG_F(6)
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/check-tag-group.vue 1`] = `"
标签1
标签2
标签3
标签4
标签5
标签6
标签1
标签2
标签3
标签4
标签5
标签6
标签1
标签2
标签3
标签4
标签5
标签6
TAG_A(1)
TAG_B(2)
TAG_C(3)
TAG_D(4)
TAG_E(5)
TAG_F(6)
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/custom-color.vue 1`] = `"

rgb(0, 82, 217)

默认
浅色
outline
light-outline
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/custom-color.vue 1`] = `"

rgb(0, 82, 217)

默认
浅色
outline
light-outline
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/delete.vue 1`] = `"
标签一
标签二
标签三
标签四
标签一
标签二
标签三
标签四
标签一
标签二
标签三
标签四
可删除标签可删除标签
可删除标签可删除标签
可删除标签
添加标签
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/delete.vue 1`] = `"
标签一
标签二
标签三
标签四
标签一
标签二
标签三
标签四
标签一
标签二
标签三
标签四
可删除标签可删除标签
可删除标签可删除标签
可删除标签
添加标签
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/disabled.vue 1`] = `"
失效标签
失效标签
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/disabled.vue 1`] = `"
失效标签
失效标签
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/icon.vue 1`] = `"
函数图标
插槽图标
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/icon.vue 1`] = `"
函数图标
插槽图标
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/long-text.vue 1`] = `"
默认超八个字超长文本标签超长省略文本标签
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/long-text.vue 1`] = `"
默认超八个字超长文本标签超长省略文本标签
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/plain.vue 1`] = `"
标签一
标签二
标签三
标签四
标签五
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/plain.vue 1`] = `"
标签一
标签二
标签三
标签四
标签五
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/selectable.vue 1`] = `"
选中/未选态
选中态
未选态
选中禁用
未选禁用
选中/未选态
选中态
未选态
选中禁用
未选禁用
Outline Tag
Checked
Unchecked
Disabled
Disabled
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/selectable.vue 1`] = `"
选中/未选态
选中态
未选态
选中禁用
未选禁用
选中/未选态
选中态
未选态
选中禁用
未选禁用
Outline Tag
Checked
Unchecked
Disabled
Disabled
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/shape.vue 1`] = `"
标签一
标签一
标签一
标签一
标签一
标签一
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/shape.vue 1`] = `"
标签一
标签一
标签一
标签一
标签一
标签一
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/size.vue 1`] = `"
小型标签
默认标签
大型标签
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/size.vue 1`] = `"
小型标签
默认标签
大型标签
"`; -exports[`ssr snapshot test > ssr test ./src/tag/_example/theme.vue 1`] = `"
深色
标签一
标签二
标签三
标签四
浅色
标签一
标签二
标签三
标签四
朴素
标签一
标签二
标签三
标签四
"`; +exports[`ssr snapshot test > ssr test ./src/tag/_example/theme.vue 1`] = `"
深色
标签一
标签二
标签三
标签四
浅色
标签一
标签二
标签三
标签四
朴素
标签一
标签二
标签三
标签四
"`; -exports[`ssr snapshot test > ssr test ./src/tag-input/_example/auto-width.vue 1`] = `"
Vue
React
"`; +exports[`ssr snapshot test > ssr test ./src/tag-input/_example/auto-width.vue 1`] = `"
Vue
React
"`; -exports[`ssr snapshot test > ssr test ./src/tag-input/_example/base.vue 1`] = `"
Vue
React
Controlled:
Vue
React
UnControlled:
Vue
React
"`; +exports[`ssr snapshot test > ssr test ./src/tag-input/_example/base.vue 1`] = `"
Vue
React
Controlled:
Vue
React
UnControlled:
Vue
React
"`; -exports[`ssr snapshot test > ssr test ./src/tag-input/_example/collapsed.vue 1`] = `"

default:

Vue
+4

use collapsedItems:

size control:
disabled control:
readonly control:
Vue
Function - More(4)
Vue
Slot - More(4)
"`; +exports[`ssr snapshot test > ssr test ./src/tag-input/_example/collapsed.vue 1`] = `"

default:

Vue
+4

use collapsedItems:

size control:
disabled control:
readonly control:
Vue
Function - More(4)
Vue
Slot - More(4)
"`; -exports[`ssr snapshot test > ssr test ./src/tag-input/_example/custom-tag.vue 1`] = `"
  StudentA
  StudentB
+1
  StudentA
  StudentB
  StudentC
"`; +exports[`ssr snapshot test > ssr test ./src/tag-input/_example/custom-tag.vue 1`] = `"
  StudentA
  StudentB
+1
  StudentA
  StudentB
  StudentC
"`; -exports[`ssr snapshot test > ssr test ./src/tag-input/_example/draggable.vue 1`] = `"
Vue
React
Angular
Controlled:
Vue
React
Angular
Miniprogram
"`; +exports[`ssr snapshot test > ssr test ./src/tag-input/_example/draggable.vue 1`] = `"
Vue
React
Angular
Controlled:
Vue
React
Angular
Miniprogram
"`; -exports[`ssr snapshot test > ssr test ./src/tag-input/_example/excess.vue 1`] = `"
Scroll:
Vue
React
VueNext
MiniProgram
Angular
Starter Kit
BreakLine:
Vue
React
VueNext
MiniProgram
Angular
Starter Kit
"`; +exports[`ssr snapshot test > ssr test ./src/tag-input/_example/excess.vue 1`] = `"
Scroll:
Vue
React
VueNext
MiniProgram
Angular
Starter Kit
BreakLine:
Vue
React
VueNext
MiniProgram
Angular
Starter Kit
"`; exports[`ssr snapshot test > ssr test ./src/tag-input/_example/max.vue 1`] = `"
最多只能输入 3 个标签
"`; -exports[`ssr snapshot test > ssr test ./src/tag-input/_example/size.vue 1`] = `"
Vue
React
Vue
React
Vue
React
"`; +exports[`ssr snapshot test > ssr test ./src/tag-input/_example/size.vue 1`] = `"
Vue
React
Vue
React
Vue
React
"`; -exports[`ssr snapshot test > ssr test ./src/tag-input/_example/status.vue 1`] = `"
Vue
React
Miniprogram
Vue
React
Miniprogram
这是普通文本提示
Vue
React
Miniprogram
校验通过文本提示
Vue
React
Miniprogram
校验不通过文本提示
Vue
React
Miniprogram
校验存在严重问题文本提示
"`; +exports[`ssr snapshot test > ssr test ./src/tag-input/_example/status.vue 1`] = `"
Vue
React
Miniprogram
Vue
React
Miniprogram
这是普通文本提示
Vue
React
Miniprogram
校验通过文本提示
Vue
React
Miniprogram
校验不通过文本提示
Vue
React
Miniprogram
校验存在严重问题文本提示
"`; -exports[`ssr snapshot test > ssr test ./src/tag-input/_example/theme.vue 1`] = `"
Vue
React
Miniprogram
Vue
React
Miniprogram
Vue
React
Miniprogram
Vue
React
Miniprogram
"`; +exports[`ssr snapshot test > ssr test ./src/tag-input/_example/theme.vue 1`] = `"
Vue
React
Miniprogram
Vue
React
Miniprogram
Vue
React
Miniprogram
Vue
React
Miniprogram
"`; exports[`ssr snapshot test > ssr test ./src/textarea/_example/base.vue 1`] = `"
"`; @@ -1412,13 +1412,13 @@ exports[`ssr snapshot test > ssr test ./src/tree-select/_example/arrowicon.vue 1 exports[`ssr snapshot test > ssr test ./src/tree-select/_example/base.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/tree-select/_example/collapsed.vue 1`] = `"

default:

use collapsedItems:

size control:
disabled control:
readonly control:
"`; +exports[`ssr snapshot test > ssr test ./src/tree-select/_example/collapsed.vue 1`] = `"

default:

use collapsedItems:

size control:
disabled control:
readonly control:
"`; exports[`ssr snapshot test > ssr test ./src/tree-select/_example/filterable.vue 1`] = `"
"`; exports[`ssr snapshot test > ssr test ./src/tree-select/_example/lazy.vue 1`] = `"
"`; -exports[`ssr snapshot test > ssr test ./src/tree-select/_example/multiple.vue 1`] = `"
"`; +exports[`ssr snapshot test > ssr test ./src/tree-select/_example/multiple.vue 1`] = `"
"`; exports[`ssr snapshot test > ssr test ./src/tree-select/_example/prefix.vue 1`] = `"
"`; @@ -1428,7 +1428,7 @@ exports[`ssr snapshot test > ssr test ./src/tree-select/_example/props.vue 1`] = exports[`ssr snapshot test > ssr test ./src/tree-select/_example/valuedisplay.vue 1`] = `"
()
"`; -exports[`ssr snapshot test > ssr test ./src/tree-select/_example/valuetype.vue 1`] = `"
"`; +exports[`ssr snapshot test > ssr test ./src/tree-select/_example/valuetype.vue 1`] = `"
"`; exports[`ssr snapshot test > ssr test ./src/typography/_example/base.vue 1`] = `"

What is TDesign

TDesign is an enterprise-level design system accumulated by Tencent's various business teams.

TDesign features a unified design values, consistent design language, and visual style, helping users form continuous and coherent perceptions of the experience. Based on this, TDesign offers out-of-the-box UI component libraries, design guidelines, and design assets, elegantly and efficiently freeing design and development from repetitive tasks. Simultaneously, it facilitates easy extension on top of TDesign, enabling a better alignment with business requirements.

Comprehensive

TDesign Support Vue 2, Vue 3, React components for Desktop Application and Vue 3, Wechat MiniProgram components for Mobile Application.

  • Features
  • Comprehensive
    • Consistency
    • Usability
  • Join TDesign

  1. Features
  2. Comprehensive
    1. Consistency
    2. Usability
  3. Join TDesign

"`;