@zyzgroup/core-web 0.1.27 → 0.1.28

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/better.css +1 -1
  2. package/package.json +1 -1
package/dist/better.css CHANGED
@@ -90,7 +90,7 @@ td {
90
90
  font-weight: inherit;
91
91
  font-style: inherit;
92
92
  font-family: inherit;
93
- /* vertical-align: baseline; */
93
+ vertical-align: baseline;
94
94
  /* 去掉点击时的蓝色外边框和灰色半透明背景 */
95
95
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
96
96
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zyzgroup/core-web",
3
3
  "private": false,
4
- "version": "0.1.27",
4
+ "version": "0.1.28",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "browser": {