diff --git a/examples/sites/demos/apis/steps.js b/examples/sites/demos/apis/steps.js index 07cdab49b..b8e9a9dc1 100644 --- a/examples/sites/demos/apis/steps.js +++ b/examples/sites/demos/apis/steps.js @@ -120,13 +120,13 @@ export default { type: 'Object', defaultValue: '{}', meta: { - stable: '3.24.0' + stable: '3.26.0' }, desc: { 'zh-CN': - '自定义单链型步骤条块的内联样式,数据类型为{ [statusName: string]: styleObject },,不同状态可根据key值差异化配置, key值为status字段的值,value值为对应节点的样式对象', + '步骤条块的内联样式,数据类型为{ [statusName: string]: styleObject },,不同状态可根据key值差异化配置, key值为status字段的值,value值为对应节点的样式对象', 'en-US': - 'Customize the inline style of single chain step blocks, with data type {[statusName: string]: styleObject}. Different states can be configured differently based on key values, where the key value is the value of the status field and the value value is the style object of the corresponding node' + 'Customize the inline style of step blocks, with data type {[statusName: string]: styleObject}. Different states can be configured differently based on key values, where the key value is the value of the status field and the value value is the style object of the corresponding node' }, mode: ['mobile-first'] }, diff --git a/examples/sites/demos/mobile-first/app/steps/advanced-steps.vue b/examples/sites/demos/mobile-first/app/steps/advanced-steps.vue index ff9a9ea5a..67be45d79 100644 --- a/examples/sites/demos/mobile-first/app/steps/advanced-steps.vue +++ b/examples/sites/demos/mobile-first/app/steps/advanced-steps.vue @@ -1,5 +1,12 @@