提交 7d818d33 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 黑色主题选色板逻辑错误

上级 544108bf
...@@ -676,3 +676,11 @@ div:focus { ...@@ -676,3 +676,11 @@ div:focus {
} }
.el-color-svpanel__black {
background: linear-gradient(to top, #000, rgba(0,0,0,0)) !important;
}
.el-color-svpanel__white {
background: linear-gradient(to right, #fff, rgba(255,255,255,0)) !important;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论