Merge pull request #8301 from dataease/pr@dev-v2@style_drawer_foot

style: 右侧抽屉页面(编辑表单、过滤条件)底部样式
This commit is contained in:
fit2cloud-chenyw
2024-03-04 15:26:55 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -148,8 +148,8 @@ defineExpose({
padding: 16px 24px 80px !important;
}
.ed-drawer__footer {
padding-top: 10px !important;
padding-right: 24px !important;
padding: 16px 24px;
height: 64px;
}
}
</style>