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 }); } },