@handaotech-design/bom 0.0.39 → 0.0.40
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.
|
@@ -150,9 +150,6 @@ watch(
|
|
|
150
150
|
if (!isPreservingTreeState.value) {
|
|
151
151
|
selectFirstSelectableNode(true)
|
|
152
152
|
}
|
|
153
|
-
await nextTick(() => {
|
|
154
|
-
updateTreeContainerHeight()
|
|
155
|
-
})
|
|
156
153
|
},
|
|
157
154
|
{
|
|
158
155
|
immediate: true,
|
|
@@ -318,6 +315,7 @@ defineExpose({
|
|
|
318
315
|
<style scoped>
|
|
319
316
|
.tree-wrapper {
|
|
320
317
|
background-color: #fff;
|
|
318
|
+
min-height: 0;
|
|
321
319
|
}
|
|
322
320
|
|
|
323
321
|
.search-box {
|
|
@@ -150,9 +150,6 @@ watch(
|
|
|
150
150
|
if (!isPreservingTreeState.value) {
|
|
151
151
|
selectFirstSelectableNode(true)
|
|
152
152
|
}
|
|
153
|
-
await nextTick(() => {
|
|
154
|
-
updateTreeContainerHeight()
|
|
155
|
-
})
|
|
156
153
|
},
|
|
157
154
|
{
|
|
158
155
|
immediate: true,
|
|
@@ -318,6 +315,7 @@ defineExpose({
|
|
|
318
315
|
<style scoped>
|
|
319
316
|
.tree-wrapper {
|
|
320
317
|
background-color: #fff;
|
|
318
|
+
min-height: 0;
|
|
321
319
|
}
|
|
322
320
|
|
|
323
321
|
.search-box {
|