@zyzgroup/core-web 0.1.25 → 0.1.26

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 +4 -4
  2. package/package.json +1 -1
package/dist/better.css CHANGED
@@ -106,9 +106,9 @@ td {
106
106
  /* :target {
107
107
  scroll-margin-block: 5ex;
108
108
  } */
109
- :focus {
109
+ /* :focus {
110
110
  outline: 0;
111
- }
111
+ } */
112
112
 
113
113
  html {
114
114
  font-family: system-ui, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
@@ -120,7 +120,7 @@ html {
120
120
  /* 字体不会随着网页放大而变大, 自从chrome 27之后,就取消了对这个属性的支持。同时,该属性只对英文、数字生效,对中文不生效 */
121
121
  /* text-size-adjust: none; */
122
122
  /* 自动平滑滚动 */
123
- scroll-behavior: smooth;
123
+ /* scroll-behavior: smooth; */
124
124
  background-color: #ffffff;
125
125
  color: #333333;
126
126
  width: 100%;
@@ -136,7 +136,7 @@ body {
136
136
  height: 100%;
137
137
  height: 100vh;
138
138
  /*局部滚动使用弹性滚动效果*/
139
- -webkit-overflow-scrolling: touch;
139
+ /* -webkit-overflow-scrolling: touch; */
140
140
  }
141
141
 
142
142
  html,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zyzgroup/core-web",
3
3
  "private": false,
4
- "version": "0.1.25",
4
+ "version": "0.1.26",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "browser": {