chore: extract a model file item
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
&.success {
|
||||
border: 1px solid var(--color-progress-green);
|
||||
color: var(--color-progress-green);
|
||||
background: var(--ant-green-1);
|
||||
background: var(--color-green-fill-light);
|
||||
|
||||
.content.success {
|
||||
font-weight: var(--font-weight-normal);
|
||||
|
||||
@@ -146,7 +146,7 @@ export const FilterBar: React.FC<FilterBarProps> = (props) => {
|
||||
</Button>
|
||||
</Space>
|
||||
);
|
||||
}, [actionItems, actionType]);
|
||||
}, [actionItems, actionType, rowSelection?.selectedRowKeys]);
|
||||
|
||||
return (
|
||||
<PageTools
|
||||
|
||||
@@ -85,7 +85,7 @@ const InputWrapper = styled.div`
|
||||
input.ant-input-number-input {
|
||||
flex: 1;
|
||||
height: ${INPUTHEIGHT}px !important;
|
||||
padding-block: 5px 4px;
|
||||
padding-block: 6px 4px;
|
||||
padding-inline: ${INPUT_INNER_PADDING}px;
|
||||
}
|
||||
.ant-input-group {
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
// background-color: rgba(0, 0, 0, 15%);
|
||||
background-color: #e0f5ec;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user