+ {formCount()}
+ {attribute.options?.hideField &&
}
+
+ );
};
export default FormItem;
diff --git a/src/components/DataStandard/WorkForm/Design/form/index.module.less b/src/components/DataStandard/WorkForm/Design/form/index.module.less
index 0c8a009f102c8f1a53f08540b6a6743e7fbde37c..22941c46cf444bfa85e04e51756e3014e3990989 100644
--- a/src/components/DataStandard/WorkForm/Design/form/index.module.less
+++ b/src/components/DataStandard/WorkForm/Design/form/index.module.less
@@ -22,4 +22,17 @@
flex-wrap: wrap;
}
}
+}
+.gradient{
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 36px;
+ background: linear-gradient(
+ 45deg,
+ rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 25%, transparent 25%, transparent 50%,
+ rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .5) 75%, transparent 75%, transparent
+ );
+ background-size: 6px 6px;
}
\ No newline at end of file
diff --git a/src/ts/core/work/index.ts b/src/ts/core/work/index.ts
index 5fbdaca947eaff2191d9d609edaf2e9ec1dbbaa6..2ca296297ae83faea22d6b108e2e46d84639ebbe 100644
--- a/src/ts/core/work/index.ts
+++ b/src/ts/core/work/index.ts
@@ -576,8 +576,8 @@ export class Work extends FileInfo