Skip to content

Commit

Permalink
refactor: remove element-plus (doocs#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong authored Dec 15, 2024
1 parent 475181b commit 07bf1b9
Show file tree
Hide file tree
Showing 58 changed files with 1,505 additions and 981 deletions.
195 changes: 20 additions & 175 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"postinstall": "simple-git-hooks && wxt prepare"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.8",
"buffer-from": "^1.1.2",
Expand All @@ -32,7 +31,6 @@
"cos-js-sdk-v5": "^1.8.6",
"crypto-js": "^4.2.0",
"csstype": "^3.1.3",
"element-plus": "^2.8.8",
"es-toolkit": "^1.27.0",
"form-data": "4.0.1",
"highlight.js": "^11.10.0",
Expand All @@ -49,7 +47,9 @@
"tailwindcss-animate": "^1.0.7",
"tiny-oss": "^0.5.1",
"uuid": "^11.0.3",
"vue": "^3.5.13"
"vue": "^3.5.13",
"vue-pick-colors": "^1.7.8",
"vue-sonner": "^1.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "3.11.0",
Expand Down
10 changes: 0 additions & 10 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,4 @@ body {
background: #f0f0f0;
}
}
// 修复分栏线负数 margin 导致的轴向滚动条
.el-dropdown-menu__item--divided:before {
margin: 0;
}
// 修复颜色选择器下拉箭头位置
.el-icon.el-color-picker__icon.is-icon-arrow-down {
position: absolute;
}
</style>
5 changes: 0 additions & 5 deletions src/assets/less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ section {
height: 100%;
}


.el-message__icon {
display: none;
}

.web-title {
margin: 0 15px 0 5px;
}
Expand Down
Loading

0 comments on commit 07bf1b9

Please sign in to comment.