@tmagic/editor 1.7.0-beta.5 → 1.7.1

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;
@@ -997,7 +1009,7 @@ fieldset.m-fieldset .m-form-tip {
997
1009
  top: 0;
998
1010
  width: 100%;
999
1011
  background: #fff;
1000
- z-index: 2;
1012
+ z-index: 3;
1001
1013
  }
1002
1014
  .m-editor-props-panel .m-editor-props-style-panel {
1003
1015
  position: absolute;