@tmagic/editor 1.7.0-beta.5 → 1.7.0

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
@@ -385,6 +385,9 @@ fieldset.m-fieldset .m-form-tip {
385
385
  .m-fields-table .el-form-item {
386
386
  margin-bottom: 0;
387
387
  }
388
+ .m-fields-table .tmagic-form-table-drag-target {
389
+ cursor: move;
390
+ }
388
391
 
389
392
  .m-select {
390
393
  width: 100%;
@@ -670,6 +673,15 @@ fieldset.m-fieldset .m-form-tip {
670
673
  .m-editor-layer-panel .m-editor-tree {
671
674
  padding-top: 48px;
672
675
  }
676
+ .m-editor-layer-panel .m-editor-tree .tree-node-tool {
677
+ padding-right: 10px;
678
+ }
679
+ .m-editor-layer-panel .m-editor-tree .tree-node-tool .tmagic-design-button + .tmagic-design-button {
680
+ margin-left: 2px;
681
+ }
682
+ .m-editor-layer-panel .m-editor-tree .tree-node.selected .tree-node-tool .tmagic-design-button {
683
+ color: #fff;
684
+ }
673
685
  .m-editor-layer-panel .search-wrapper {
674
686
  display: flex;
675
687
  align-items: center;