cygx-ui 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -420,7 +420,7 @@
420
420
  .cygx-form .ant-form-item input,
421
421
  .cygx-form .ant-form-item label,
422
422
  .cygx-form .ant-form-item span {
423
- font-size: 12px;
423
+ font-size: 14px;
424
424
  }
425
425
  .cygx-form .ant-form-item .ant-form-item-control {
426
426
  flex: 1 1;
@@ -531,7 +531,7 @@
531
531
  background: #f5f5f5;
532
532
  }
533
533
  .quick_query_div .ant-drawer .ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-title {
534
- font-size: 12px;
534
+ font-size: 14px;
535
535
  font-weight: bolder;
536
536
  }
537
537
  .quick_query_div .ant-drawer .ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-extra {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cygx-ui",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "React components library",
5
5
  "author": "Liu ChenYue",
6
6
  "private": false,