ztxkui 3.7.6 → 3.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,13 +50,13 @@ var configInfo = {
50
50
  var FormDemo = function () {
51
51
  var form = Form.useForm()[0];
52
52
  var _a = useState('1'), status = _a[0], setStatus = _a[1];
53
- var handleRef = useRef(null);
54
53
  form.setFieldsValue({
55
54
  pwNo: '123123',
56
55
  });
57
56
  var configInfoMemo = useMemo(function () {
58
57
  return __assign(__assign({}, configInfo), { startTime: __assign(__assign({}, configInfo === null || configInfo === void 0 ? void 0 : configInfo.startTime), { isDisplay: status === '1' ? true : false }) });
59
58
  }, [status]);
59
+ var handleRef = useRef(null);
60
60
  return (React.createElement(React.Fragment, null,
61
61
  React.createElement(Form, { name: "test-list", form: form },
62
62
  React.createElement(SearchContainer, { dark: true },
package/dist/index.css CHANGED
@@ -1972,7 +1972,7 @@ body {
1972
1972
  width: 100%;
1973
1973
  }
1974
1974
  .signatures-attach .signatures-attach--text {
1975
- width: 100px;
1975
+ width: 60%;
1976
1976
  overflow: hidden;
1977
1977
  text-overflow: ellipsis;
1978
1978
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "3.7.6",
3
+ "version": "3.7.7",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",