fix(components): 修复tab组件适应暗黑主题模式

This commit is contained in:
Soybean
2021-09-26 14:41:34 +08:00
parent 82e613ea26
commit 2fe3d27a36
8 changed files with 503 additions and 544 deletions

View File

@ -18,12 +18,12 @@
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@vueuse/core": "^6.4.1",
"@vueuse/core": "^6.5.3",
"axios": "^0.21.4",
"chroma-js": "^2.1.2",
"dayjs": "^1.10.7",
"form-data": "^4.0.0",
"naive-ui": "^2.19.1",
"naive-ui": "^2.19.2",
"pinia": "^2.0.0-rc.4",
"qs": "^6.10.1",
"vue": "^3.2.10",
@ -32,7 +32,7 @@
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@iconify/json": "^1.1.405",
"@iconify/json": "^1.1.406",
"@iconify/vue": "^3.0.0",
"@types/chroma-js": "^2.1.3",
"@types/qs": "^6.9.7",
@ -46,8 +46,8 @@
"@vicons/ionicons5": "^0.11.0",
"@vicons/material": "^0.11.0",
"@vicons/tabler": "^0.11.0",
"@vitejs/plugin-vue": "^1.9.0",
"@vue/compiler-sfc": "^3.2.14",
"@vitejs/plugin-vue": "^1.9.2",
"@vue/compiler-sfc": "^3.2.19",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"commitizen": "^4.2.4",
@ -67,13 +67,13 @@
"prettier": "^2.4.1",
"sass": "^1.42.1",
"typescript": "^4.4.3",
"unplugin-icons": "^0.11.1",
"unplugin-vue-components": "^0.15.2",
"unplugin-icons": "^0.11.4",
"unplugin-vue-components": "^0.15.4",
"vite": "^2.5.10",
"vite-plugin-html": "^2.1.0",
"vite-plugin-windicss": "^1.4.4",
"vite-plugin-windicss": "^1.4.7",
"vue-tsc": "^0.3.0",
"vueuc": "^0.4.10",
"vueuc": "^0.4.12",
"windicss": "^3.1.7"
},
"config": {