Merge pull request #9088 from dataease/pr@dev-v2_bug_fix

fix(仪表板): 样式优化
This commit is contained in:
dataeaseShu 2024-04-15 10:16:05 +08:00 committed by GitHub
commit f9ed1e72a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View File

@ -1855,6 +1855,13 @@ defineExpose({
.query-condition-configuration {
--ed-font-weight-primary: 400;
.ed-dialog__headerbtn {
top: 21px;
display: flex;
align-items: center;
justify-content: center;
}
.ed-input .ed-select__prefix--light {
border-right: none;
padding: 0;

View File

@ -261,6 +261,7 @@ onBeforeMount(() => {
.content-outer {
width: 100%;
height: calc(100vh - 112px);
background: #f5f6f7;
display: flex;
overflow-y: auto;
align-items: center;

View File

@ -459,13 +459,6 @@ const apiRule = {
message: t('datasource.start_time'),
trigger: 'change'
}
],
'syncSetting.endLimit': [
{
required: true,
message: t('datasource.end_time'),
trigger: 'change'
}
]
}