mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
feat: 数据同步 定时报告 优化
This commit is contained in:
@@ -876,7 +876,6 @@ div:focus {
|
||||
height: 24px !important;
|
||||
line-height: 24px !important;
|
||||
margin-bottom: 9px !important;
|
||||
padding: 0 12px !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
@@ -1129,16 +1128,16 @@ div:focus {
|
||||
}
|
||||
|
||||
.de-confirm-primary-btn {
|
||||
background: var(--deSuccess, #3370ff) !important;
|
||||
background: var(--primary, #3370ff) !important;
|
||||
border: none !important;
|
||||
color: #ffffff !important;
|
||||
|
||||
&:hover {
|
||||
background: var(--deSuccessHover, #3370ff) !important;
|
||||
background: var(--primaryHover, #3370ff) !important;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background: var(--deSuccessActive, #3370ff) !important;
|
||||
background: var(--primaryActive, #3370ff) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user