Commit d7d30b15 authored by 武广's avatar 武广

fix: 优化搜索框 查询按钮的label宽度置为0

parent 97e42a3b
...@@ -62,4 +62,12 @@ ...@@ -62,4 +62,12 @@
.formPageBox { .formPageBox {
box-sizing: border-box; box-sizing: border-box;
padding: 20px; padding: 20px;
:global {
.ant-pro-query-filter-actions {
.ant-form-item-label {
width: 0 !important;
min-width: 0 !important;
}
}
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment