fix(仪表板): 样式优化

This commit is contained in:
dataeaseShu 2024-04-15 10:15:42 +08:00
parent fada7d3514
commit 4d94440f87
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'
}
]
}