From e250ad567f3169d4ef7baec8954be2e18c6932e6 Mon Sep 17 00:00:00 2001 From: vben Date: Fri, 19 Feb 2021 22:15:02 +0800 Subject: [PATCH] fix(style): fix anticon style --- package.json | 12 +- src/components/StrengthMeter/src/index.vue | 15 +- src/design/ant/index.less | 6 + src/design/ant/input.less | 2 +- src/design/config.less | 4 +- src/design/index.less | 143 -------------- src/design/var/index.less | 2 +- .../components/user-dropdown/DropMenuItem.vue | 4 +- .../default/tabs/components/TabContent.vue | 6 +- yarn.lock | 179 +++--------------- 10 files changed, 44 insertions(+), 329 deletions(-) diff --git a/package.json b/package.json index 5152d547961..dc721b144b3 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "dependencies": { "@iconify/iconify": "^2.0.0-rc.6", "@vueuse/core": "^4.1.1", + "@zxcvbn-ts/core": "^0.2.0", "ant-design-vue": "2.0.0", "apexcharts": "^3.25.0", "axios": "^0.21.1", @@ -46,18 +47,16 @@ "vue-types": "^3.0.2", "vuex": "^4.0.0", "vuex-module-decorators": "^1.0.1", - "xlsx": "^0.16.9", - "zxcvbn": "^4.4.2" + "xlsx": "^0.16.9" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", - "@iconify/json": "^1.1.304", + "@iconify/json": "^1.1.305", "@ls-lint/ls-lint": "^1.9.2", "@purge-icons/generated": "^0.7.0", "@types/fs-extra": "^9.0.7", "@types/http-proxy": "^1.17.5", - "@types/koa-static": "^4.0.1", "@types/lodash-es": "^4.17.4", "@types/mockjs": "^1.0.3", "@types/nprogress": "^0.2.0", @@ -65,7 +64,6 @@ "@types/rollup-plugin-visualizer": "^2.6.0", "@types/sortablejs": "^1.10.6", "@types/yargs": "^16.0.0", - "@types/zxcvbn": "^4.4.0", "@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/parser": "^4.15.1", "@vitejs/plugin-legacy": "^1.3.1", @@ -106,10 +104,10 @@ "vite-plugin-imagemin": "^0.2.6", "vite-plugin-mock": "^2.1.4", "vite-plugin-purge-icons": "^0.7.0", - "vite-plugin-pwa": "^0.4.8", + "vite-plugin-pwa": "^0.5.1", "vite-plugin-style-import": "^0.7.2", "vite-plugin-theme": "^0.4.3", - "vite-plugin-windicss": "0.3.4", + "vite-plugin-windicss": "0.3.12", "vue-eslint-parser": "^7.5.0", "yargs": "^16.2.0" }, diff --git a/src/components/StrengthMeter/src/index.vue b/src/components/StrengthMeter/src/index.vue index 2c706586d47..8265b2b17c2 100644 --- a/src/components/StrengthMeter/src/index.vue +++ b/src/components/StrengthMeter/src/index.vue @@ -19,13 +19,11 @@