forked from github/dataease
Merge pull request #9088 from dataease/pr@dev-v2_bug_fix
fix(仪表板): 样式优化
This commit is contained in:
commit
f9ed1e72a6
@ -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;
|
||||
|
@ -261,6 +261,7 @@ onBeforeMount(() => {
|
||||
.content-outer {
|
||||
width: 100%;
|
||||
height: calc(100vh - 112px);
|
||||
background: #f5f6f7;
|
||||
display: flex;
|
||||
overflow-y: auto;
|
||||
align-items: center;
|
||||
|
@ -459,13 +459,6 @@ const apiRule = {
|
||||
message: t('datasource.start_time'),
|
||||
trigger: 'change'
|
||||
}
|
||||
],
|
||||
'syncSetting.endLimit': [
|
||||
{
|
||||
required: true,
|
||||
message: t('datasource.end_time'),
|
||||
trigger: 'change'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user