From ce3a45d8cc2e5b9cfe7b7a2a71ef9152945498da Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 20 Sep 2018 19:00:51 +0800 Subject: [PATCH] [bugfix] Layout: offset not work (#615) --- dist/col/index.js | 2 +- packages/col/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/col/index.js b/dist/col/index.js index 7bd39761..b6e6ae14 100644 --- a/dist/col/index.js +++ b/dist/col/index.js @@ -17,7 +17,7 @@ create({ const { span, offset } = this.data; return this.classNames('custom-class', 'van-col', { [`van-col--${span}`]: span, - [`van-col--${offset}`]: offset + [`van-col--offset-${offset}`]: offset }); } }, diff --git a/packages/col/index.js b/packages/col/index.js index 7bd39761..b6e6ae14 100644 --- a/packages/col/index.js +++ b/packages/col/index.js @@ -17,7 +17,7 @@ create({ const { span, offset } = this.data; return this.classNames('custom-class', 'van-col', { [`van-col--${span}`]: span, - [`van-col--${offset}`]: offset + [`van-col--offset-${offset}`]: offset }); } },