bkui-vue 1.0.3-beta.48 → 1.0.3-beta.49
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.js +2 -2
- package/dist/index.esm.js +2 -0
- package/dist/index.umd.js +2 -2
- package/lib/info-box/index.js +1 -0
- package/lib/modal/index.js +1 -0
- package/package.json +1 -1
package/lib/info-box/index.js
CHANGED
package/lib/modal/index.js
CHANGED
@@ -555,6 +555,7 @@ var useContentResize = function useContentResize(root, props) {
|
|
555
555
|
var observer;
|
556
556
|
var handleContentBoxChange = function handleContentBoxChange() {
|
557
557
|
var calcContentScroll = (0,throttle_namespaceObject["default"])(function () {
|
558
|
+
console.log('from model content size change');
|
558
559
|
var _root$value$querySele = root.value.querySelector(".".concat(resolveClassName('modal-header'))).getBoundingClientRect(),
|
559
560
|
headerHeight = _root$value$querySele.height;
|
560
561
|
var _root$value$querySele2 = root.value.querySelector(".".concat(resolveClassName('modal-content'))).getBoundingClientRect(),
|