style: 重写ele
This commit is contained in:
34
Yi.Bbs.Vue3/src/assets/styles/element-override.css
Normal file
34
Yi.Bbs.Vue3/src/assets/styles/element-override.css
Normal file
@@ -0,0 +1,34 @@
|
||||
/* Element Plus 主色调覆盖 */
|
||||
html.dark {
|
||||
--el-color-primary: #00DA72 ;
|
||||
--el-color-primary-light-3: #40e394;
|
||||
--el-color-primary-light-5: #66eaa6;
|
||||
--el-color-primary-light-7: #8cf1b8;
|
||||
--el-color-primary-light-8: #a6f5c9;
|
||||
--el-color-primary-light-9: #bff8db;
|
||||
--el-color-primary-dark-2: #00b05c;
|
||||
|
||||
--el-menu-hover-bg-color: none;
|
||||
|
||||
}
|
||||
|
||||
.el-tag {
|
||||
--el-tag-border-radius: 0px;
|
||||
}
|
||||
.el-tag.el-tag--primary {
|
||||
--el-tag-text-color: #000;
|
||||
}
|
||||
.el-button {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.el-card {
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
--w-e-toolbar-bg-color:#0E131D !important;
|
||||
--w-e-toolbar-color:#fff !important;
|
||||
|
||||
--w-e-textarea-bg-color: #0E131D !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user