ztxkui 4.2.23-576 → 4.2.23-577

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1724,7 +1724,7 @@ template {
1724
1724
  color: #1566d2;
1725
1725
  }
1726
1726
  .zt-table .zt-column--daynamic-icon {
1727
- font-size: calc($g3-line-height * var(--zt-scale-factor, 1));
1727
+ font-size: calc(14px * var(--zt-scale-factor, 1));
1728
1728
  color: #1566d2;
1729
1729
  cursor: pointer;
1730
1730
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "4.2.23-576",
3
+ "version": "4.2.23-577",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",