touchui-create
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -51,5 +51,8 @@ export default { | ||
borderBottom: `1px solid ${config.navigationBarBorderColor}`, | ||
backgroundImage: config.navigationBarBackgroundGraident, | ||
backgroundImage: config.navigationBarBackgroundGradient, | ||
position: scrollType === 'body' ? 'fixed' : 'absolute' | ||
} | ||
if (this.navStyle.backgroundColor) { | ||
this.navStyle.backgroundImage = 'none' | ||
} | ||
@@ -56,0 +59,0 @@ if (config.navigationBarBorderColor) { |
{ | ||
"name": "touchui-create", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "touchui-create", | ||
@@ -5,0 +5,0 @@ "main": "main.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
544672
3742