chore: extract a model file item

This commit is contained in:
jialin
2025-04-08 19:19:41 +08:00
parent 5766a50bc2
commit d62e43790c
23 changed files with 207 additions and 142 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -146,7 +146,7 @@ export const FilterBar: React.FC<FilterBarProps> = (props) => {
</Button>
</Space>
);
}, [actionItems, actionType]);
}, [actionItems, actionType, rowSelection?.selectedRowKeys]);
return (
<PageTools
+1 -1
View File
@@ -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 {
-1
View File
@@ -34,7 +34,6 @@
top: 0;
bottom: 0;
height: 100%;
// background-color: rgba(0, 0, 0, 15%);
background-color: #e0f5ec;
}