@maxax/ui 1.0.10 → 1.0.11
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -20168,7 +20168,7 @@ const setting = {
|
|
|
20168
20168
|
showHeader: true,
|
|
20169
20169
|
delayHover: 250,
|
|
20170
20170
|
autoResize: true,
|
|
20171
|
-
maxHeight: 325,
|
|
20171
|
+
// maxHeight: 325,
|
|
20172
20172
|
showOverflow: true,
|
|
20173
20173
|
showHeaderOverflow: "tooltip",
|
|
20174
20174
|
showFooterOverflow: "tooltip",
|