feat(Sku): update style (#4437)

This commit is contained in:
codpoe
2019-09-11 20:38:55 +08:00
committed by neverland
parent b279408e10
commit e359ed6ace
4 changed files with 13 additions and 18 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ export default createComponent({
render() {
return (
<CellGroup class={bem()}>
<CellGroup class={bem()} border={this.messages.length > 0}>
{this.messages.map((message, index) => (message.type === 'image' ? (
<Cell
class={bem('image-cell')}