fix: 数值范围查询组件没有垂直居中,与其他查询组件放在一起显示很不协调

This commit is contained in:
dataeaseShu 2023-11-01 13:57:40 +08:00
parent d5b5421cf1
commit 4ea68be281

View File

@ -311,6 +311,7 @@ export default {
width: calc(50% - 10px) !important;
display: inline-block;
padding: 0 5px;
margin-bottom: 0;
}
}
</style>