Tag add more color and rename old colors

This commit is contained in:
梁灏 2018-06-22 17:05:36 +08:00
parent a980832f84
commit 855d49406c
9 changed files with 1598 additions and 39 deletions

View file

@ -168,7 +168,7 @@
},
contentPaddingStyle () {
const styles = {};
if (!!this.padding) styles['padding'] = this.padding;
if (this.padding !== '') styles['padding'] = this.padding;
return styles;
}
},