Merge pull request #9209 from dataease/pr@dev-v2_st

fix(查询组件): 查询组件按钮调整为居中
This commit is contained in:
dataeaseShu 2024-04-18 17:40:56 +08:00 committed by GitHub
commit 172e509d9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -620,7 +620,7 @@ const autoStyle = computed(() => {
}
.query-button {
align-self: flex-end;
line-height: 28px;
line-height: 40px;
margin: auto 0 5px auto;
z-index: 0;
}