[Improvement] Cell: optimize flex layout (#919)

This commit is contained in:
neverland
2018-04-24 08:38:26 +08:00
committed by GitHub
parent 5d5e192d59
commit 9d623a6196
8 changed files with 36 additions and 42 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export default {
}
el = join(name, el, ELEMENT);
return mods ? [el, prefix(name, mods)] : el;
return mods ? [el, prefix(el, mods)] : el;
}
}
};