@tmagic/editor 1.3.0-alpha.8 → 1.3.0-alpha.9

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/style.css CHANGED
@@ -371,6 +371,11 @@
371
371
  .magic-editor-layer-panel .cus-tree-node {
372
372
  width: 100%;
373
373
  overflow: hidden;
374
+ display: flex;
375
+ justify-content: space-between;
376
+ }
377
+ .magic-editor-layer-panel .cus-tree-node .layer-node-tool {
378
+ margin-right: 15px;
374
379
  }
375
380
  .magic-editor-layer-panel .cus-tree-node-hover {
376
381
  background-color: #f3f5f9;