diff --git a/frontend/src/components/widget/DeWidget/DeDate.vue b/frontend/src/components/widget/DeWidget/DeDate.vue index cec51a1614..8bda125c45 100644 --- a/frontend/src/components/widget/DeWidget/DeDate.vue +++ b/frontend/src/components/widget/DeWidget/DeDate.vue @@ -325,7 +325,7 @@ export default { } .el-picker-panel__link-btn:nth-child(2) { - color: #FFFFFF; + color: var(--DateColor, #409eff); background: var(--BgDateColor, #FFFFFF) !important; border:1px solid var(--BrDateColor, #dfe4ed) !important; }