ninemoon-ui 0.0.24 → 0.0.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.
package/dist/index.umd.js CHANGED
@@ -1210,7 +1210,7 @@
1210
1210
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
1211
1211
  }
1212
1212
  .pageScroll .tddScroll {
1213
- height: 103%;
1213
+ height: calc(100% + 15px);
1214
1214
  }
1215
1215
  .pageScroll .thumb {
1216
1216
  height: 0;
@@ -2259,7 +2259,9 @@
2259
2259
  });
2260
2260
  }
2261
2261
  if (passflag === true) {
2262
- callBack(passflag);
2262
+ callBack(true);
2263
+ } else {
2264
+ callBack(false);
2263
2265
  }
2264
2266
  };
2265
2267
  const validateField = async (propname, callBack) => {
@@ -33,7 +33,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
33
  });
34
34
  }
35
35
  if (passflag === true) {
36
- callBack(passflag);
36
+ callBack(true);
37
+ } else {
38
+ callBack(false);
37
39
  }
38
40
  };
39
41
  const validateField = async (propname, callBack) => {
@@ -1,6 +1,6 @@
1
1
 
2
2
  .pageScroll .tddScroll {
3
- height: 103%;
3
+ height: calc(100% + 15px);
4
4
  }
5
5
  .pageScroll .thumb {
6
6
  height: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninemoon-ui",
3
3
  "private": false,
4
- "version": "0.0.24",
4
+ "version": "0.0.26",
5
5
  "author": "zhuboy",
6
6
  "keywords": [
7
7
  "vue3",