New Huajishe Check ChaoXing
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
var getStyles = function (top, zIndex) {
|
||||
var topStyle = top ? 'top:' + top + 'px;' : '';
|
||||
var zIndexStyle = zIndex ? 'z-index:' + zIndex + ';' : '';
|
||||
return topStyle + zIndexStyle;
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
getStyles: getStyles,
|
||||
};
|
||||
Reference in New Issue
Block a user