module.exports = function (tableWidth) { if (!tableWidth) { return; } return tableWidth + 'rpx' }