mirror of
https://github.com/dataease/dataease.git
synced 2026-06-18 05:18:07 +08:00
Merge pull request #1114 from dataease/pr@v1.4@fix_black_theme_color_picker
fix: 黑色主题选色板逻辑错误
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user