@handaotech-design/bom 0.0.38 → 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.
@@ -315,6 +315,7 @@ defineExpose({
315
315
  <style scoped>
316
316
  .tree-wrapper {
317
317
  background-color: #fff;
318
+ min-height: 0;
318
319
  }
319
320
 
320
321
  .search-box {
@@ -99,6 +99,7 @@ defineExpose({
99
99
  }
100
100
  .left-content .bom-tree-container {
101
101
  flex-grow: 1;
102
+ min-height: 0;
102
103
  }
103
104
 
104
105
  :deep(.spinning-wrapper) {
@@ -315,6 +315,7 @@ defineExpose({
315
315
  <style scoped>
316
316
  .tree-wrapper {
317
317
  background-color: #fff;
318
+ min-height: 0;
318
319
  }
319
320
 
320
321
  .search-box {
@@ -99,6 +99,7 @@ defineExpose({
99
99
  }
100
100
  .left-content .bom-tree-container {
101
101
  flex-grow: 1;
102
+ min-height: 0;
102
103
  }
103
104
 
104
105
  :deep(.spinning-wrapper) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handaotech-design/bom",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {