Comparing version 1.7.5 to 1.7.6
@@ -19,2 +19,6 @@ /// <reference types="react" /> | ||
/** | ||
* 有些一级的SVG图像有Resize问题,存在问题时需要增加fixed=true | ||
*/ | ||
fixed?: boolean; | ||
/** | ||
* 跨度大小,分成24份 | ||
@@ -21,0 +25,0 @@ */ |
@@ -61,3 +61,3 @@ "use strict"; | ||
Panel.prototype.componentDidMount = function () { | ||
if (!_.has(this.props, 'width')) { | ||
if (!_.has(this.props, 'width') && this.props.fixed) { | ||
var div = ReactDOM.findDOMNode(this); | ||
@@ -64,0 +64,0 @@ //@ts-ignore |
{ | ||
"name": "vap", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"description": "vap", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
353186
9074