feat: 数据同步 定时报告 优化

This commit is contained in:
dataeaseShu
2022-08-22 17:54:31 +08:00
parent 2067a1ed5e
commit fb0538954e
26 changed files with 3206 additions and 900 deletions

View File

@@ -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;
}
}