diff --git a/package.json b/package.json index 9843a0a..456831a 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-service": "^4.5.13", - "@vue/composition-api": "^1.0.3", + "@vue/composition-api": "^1.0.4", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "body-parser": "^1.19.0", @@ -83,7 +83,7 @@ "eslint-plugin-vue": "^7.14.0", "filemanager-webpack-plugin": "^6.1.4", "image-webpack-loader": "^7.0.1", - "lint-staged": "^11.0.1", + "lint-staged": "^11.1.1", "plop": "^2.7.4", "prettier": "^2.3.2", "sass": "~1.32.13", diff --git a/src/styles/variables.scss b/src/styles/variables.scss index d5622fb..f51cf75 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -5,7 +5,7 @@ /* stylelint-disable */ @charset "utf-8"; //框架默认主题色 -$base-color-default: #1890ff; +$base-color-default: #41b584; //默认层级 $base-z-index: 999; //横向布局纵向布局时菜单背景色