style: 调整颜色选择标签边框

This commit is contained in:
wangjiahao
2024-12-02 15:46:45 +08:00
parent 68bd2cf7aa
commit a760cf3082

View File

@@ -641,3 +641,8 @@ strong {
.ed-scrollbar__bar.is-horizontal {
height: 8px !important;
}
.ed-color-picker__color {
border: 1px solid #dee0e3 !important;
border-radius: 2px;
}