You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.1 KiB
55 lines
1.1 KiB
@import '~antd/es/style/themes/default.less';
|
|
@import '~antd/es/style/mixins/index.less';
|
|
|
|
@pro-table-search-prefix-cls: ~'@{ant-prefix}-pro-table-search';
|
|
|
|
@pro-table-form-prefix-cls: ~'@{ant-prefix}-pro-table-form';
|
|
|
|
.@{pro-table-search-prefix-cls} {
|
|
margin-bottom: 16px;
|
|
padding: 24px;
|
|
padding-bottom: 0;
|
|
background: @component-background;
|
|
|
|
.clearfix;
|
|
|
|
&.@{pro-table-form-prefix-cls} {
|
|
margin: 0;
|
|
padding: 0 16px;
|
|
overflow: unset;
|
|
}
|
|
|
|
&-form-option {
|
|
.@{ant-prefix}-form-item {
|
|
margin: 0;
|
|
}
|
|
.@{ant-prefix}-form-item-label {
|
|
opacity: 0;
|
|
}
|
|
.@{ant-prefix}-form-item-control-input {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: 575px) {
|
|
.@{pro-table-search-prefix-cls} {
|
|
height: auto !important;
|
|
padding-bottom: 24px;
|
|
.@{ant-prefix}-form-item {
|
|
display: inline;
|
|
}
|
|
.@{ant-prefix}-legacy-form-item {
|
|
display: inline;
|
|
}
|
|
.@{ant-prefix}-form-item-label {
|
|
min-width: 80px;
|
|
text-align: left;
|
|
}
|
|
.@{ant-prefix}-legacy-form-item-label {
|
|
min-width: 80px;
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|