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 +4 -2
- package/dist/js/form/form.js +3 -1
- package/dist/scrollBar.css +1 -1
- package/package.json +1 -1
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:
|
|
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(
|
|
2262
|
+
callBack(true);
|
|
2263
|
+
} else {
|
|
2264
|
+
callBack(false);
|
|
2263
2265
|
}
|
|
2264
2266
|
};
|
|
2265
2267
|
const validateField = async (propname, callBack) => {
|
package/dist/js/form/form.js
CHANGED
package/dist/scrollBar.css
CHANGED