diff --git a/components/cell-item/demo/cases/demo1.vue b/components/cell-item/demo/cases/demo1.vue index 42963fd8..792d1155 100644 --- a/components/cell-item/demo/cases/demo1.vue +++ b/components/cell-item/demo/cases/demo1.vue @@ -23,6 +23,7 @@ export default { /* DELETE */ title: '单行列表', titleEnUS: 'Simple List', + align: 'left', /* DELETE */ components: { [Field.name]: Field, diff --git a/components/cell-item/demo/cases/demo2.vue b/components/cell-item/demo/cases/demo2.vue index 2af230f4..e8b9148b 100644 --- a/components/cell-item/demo/cases/demo2.vue +++ b/components/cell-item/demo/cases/demo2.vue @@ -28,6 +28,7 @@ export default { /* DELETE */ title: '多行列表', titleEnUS: 'Content List', + align: 'right', /* DELETE */ components: { [Field.name]: Field,