{actions.map(action => (
-
+
))}
-
+
);
}
diff --git a/packages/app/src/components/actions/style.less b/packages/app/src/components/actions/style.less
new file mode 100644
index 0000000000..65dc623582
--- /dev/null
+++ b/packages/app/src/components/actions/style.less
@@ -0,0 +1,14 @@
+.action-buttons {
+ display: flex;
+ justify-content: flex-end;
+ .action-button {
+ margin-right: 8px;
+ &:last-child {
+ margin-right: 0;
+ }
+ }
+ .filter-action-button {
+ position: absolute;
+ left: 24px;
+ }
+}
\ No newline at end of file
diff --git a/packages/app/src/components/form.fields/filter/style.less b/packages/app/src/components/form.fields/filter/style.less
index b08b1135bf..ad607dfb73 100644
--- a/packages/app/src/components/form.fields/filter/style.less
+++ b/packages/app/src/components/form.fields/filter/style.less
@@ -1,3 +1,3 @@
.filter-remove-link {
- color: inherit;
+ color:#d9d9d9;
}
\ No newline at end of file
diff --git a/packages/app/src/components/form.fields/sub-table/Table.tsx b/packages/app/src/components/form.fields/sub-table/Table.tsx
index 94822c5707..07200057e1 100644
--- a/packages/app/src/components/form.fields/sub-table/Table.tsx
+++ b/packages/app/src/components/form.fields/sub-table/Table.tsx
@@ -77,6 +77,7 @@ export default function Table(props: SimpleTableProps) {
console.log(newVaules);
}} ref={drawerRef}/>