halleyx-ui-framework 5.7.2 → 5.7.3
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/cjs/index.css +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.css +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/styles/tree.scss +11 -11
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -513,26 +513,26 @@
|
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
.hlx-tree-area-upc {
|
|
516
|
-
position: absolute;
|
|
517
|
-
display: flex;
|
|
518
|
-
flex-wrap: wrap;
|
|
519
|
-
user-select: none;
|
|
520
|
-
font-size: 10px;
|
|
516
|
+
// position: absolute;
|
|
517
|
+
// display: flex;
|
|
518
|
+
// flex-wrap: wrap;
|
|
519
|
+
// // user-select: none;
|
|
520
|
+
// font-size: 10px;
|
|
521
521
|
|
|
522
522
|
// &.drag-border {
|
|
523
523
|
// border: 0.4px dashed var(--hlx-border-color);
|
|
524
524
|
// }
|
|
525
|
-
& > li {
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
}
|
|
525
|
+
// & > li {
|
|
526
|
+
// min-height: 400px;
|
|
527
|
+
// min-width: 400px;
|
|
528
|
+
// }
|
|
529
529
|
// justify-content: center;
|
|
530
530
|
$color: #222;
|
|
531
531
|
$background-color: white;
|
|
532
532
|
$border-weight: 2px;
|
|
533
533
|
$margin: 35px;
|
|
534
|
-
margin: 0.5px;
|
|
535
|
-
padding: 0;
|
|
534
|
+
// margin: 0.5px;
|
|
535
|
+
// padding: 0;
|
|
536
536
|
|
|
537
537
|
&:not(:empty):before,
|
|
538
538
|
&:not(:empty):after,
|