isobit-ui 0.2.156 → 0.2.157
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.156
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5542,7 +5542,7 @@ var resize = function resize() {
|
|
|
5542
5542
|
p.dispatchEvent(event);
|
|
5543
5543
|
if (p.children[0]) {
|
|
5544
5544
|
h = h - p.children[0].offsetHeight;
|
|
5545
|
-
p.style.height = h + 'px';
|
|
5545
|
+
p.children[1].style.height = h + 'px';
|
|
5546
5546
|
}
|
|
5547
5547
|
//pass body panel it must have a form > v-datatable
|
|
5548
5548
|
if (p.children[1]) {
|