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

fix(查询组件): 过滤组件规则悬浮按钮样式错位
This commit is contained in:
xuwei-fit2cloud 2024-11-04 18:30:58 +08:00 committed by GitHub
commit 16db11f4c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -869,6 +869,7 @@ const autoStyle = computed(() => {
height: 16px; height: 16px;
line-height: 16px; line-height: 16px;
color: #575757; color: #575757;
white-space: nowrap;
} }
} }