[improvement] List: unify text font-size (#4077)

This commit is contained in:
neverland
2019-08-09 14:03:19 +08:00
committed by GitHub
parent 19cd2ed38e
commit 4cba618792
10 changed files with 52 additions and 50 deletions

View File

@@ -10,7 +10,7 @@ const [createComponent, bem] = createNamespace('swipe');
export default createComponent({
mixins: [
TouchMixin,
BindEventMixin(function (bind, isBind) {
BindEventMixin(function(bind, isBind) {
bind(window, 'resize', this.onResize, true);
if (isBind) {