zcloud_gbs_fire_resource-react/src/styles/search-actions-right.less

23 lines
642 B
Plaintext
Raw Normal View History

2026-07-20 16:52:47 +08:00
.search-layout {
[class*="-row"] > [class*="-col"]:last-child [class*="-form-item"] {
margin-bottom: 0 !important;
}
[class*="-row"] > [class*="-col"]:last-child [class*="-form-item-label"] {
display: none !important;
}
[class*="-row"] > [class*="-col"]:last-child [class*="-form-item-control"] {
flex: 0 0 100% !important;
max-width: 100% !important;
}
[class*="-row"] > [class*="-col"]:last-child [class*="-form-item-control-input-content"] {
display: flex !important;
justify-content: flex-end !important;
align-items: center !important;
gap: 8px !important;
padding-right: 16px;
}
}