表头对齐样式

This commit is contained in:
wanghaoo 2019-01-23 11:12:59 +08:00
parent cfa6ae4165
commit 3d78f85a71
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ class TableHeader extends Component {
}
let thClassName = `${da.className}`?`${da.className}`:'';
if(da.textAlign){
thClassName += ` text-${da.textAlign}`;
thClassName += ` text-${da.textAlign} `;
}
delete da.textAlign;
const keyTemp = {};