@tmagic/editor 1.3.11 → 1.3.12

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
@@ -609,7 +609,7 @@
609
609
  top: 0;
610
610
  width: 100%;
611
611
  height: 100%;
612
- background-color: rgba(0, 0, 0, 0.6);
612
+ background-color: #fff;
613
613
  display: flex;
614
614
  z-index: 20;
615
615
  overflow: auto;
@@ -618,10 +618,11 @@
618
618
  position: relative;
619
619
  flex-shrink: 0;
620
620
  margin: auto;
621
+ box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
621
622
  }
622
623
  .m-editor-stage-overlay-close.tmagic-design-icon {
623
624
  position: fixed;
624
- right: 10px;
625
+ right: 20px;
625
626
  top: 10px;
626
627
  }
627
628
  .m-editor-stage-float-button {