Merge pull request #6398 from dataease/pr@dev-v2_dzz

fix: 过滤组件间距调整
This commit is contained in:
dataeaseShu 2023-10-27 12:07:54 +08:00 committed by GitHub
commit 5589442c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -497,7 +497,7 @@ const opacityStyle = computed(() => {
position: relative;
display: flex;
margin: auto 0;
padding: 16px;
padding: 16px 4px 4px 4px;
.query-fields-container {
display: flex;
flex-wrap: wrap;