@tmagic/editor 1.1.0 → 1.1.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/style.css CHANGED
@@ -399,10 +399,6 @@
399
399
  color: #fff;
400
400
  border-color: #4e8be1;
401
401
  }
402
- .ui-component-panel .el-collapse-item__wrap .component-item img {
403
- max-width: 100%;
404
- max-height: 100%;
405
- }
406
402
  .ui-component-panel .el-collapse-item__wrap .component-item span {
407
403
  font-size: 12px;
408
404
  text-align: center;
@@ -578,6 +574,9 @@
578
574
  .magic-editor-content-menu .menu-item i {
579
575
  color: #070303;
580
576
  }
577
+ .magic-editor-content-menu .menu-item .magic-editor-icon {
578
+ margin-right: 5px;
579
+ }
581
580
  .magic-editor-content-menu .menu-item.divider {
582
581
  padding: 0 14px;
583
582
  }
@@ -613,4 +612,8 @@
613
612
  }
614
613
  .magic-code-editor .margin {
615
614
  margin: 0;
615
+ }
616
+ .magic-editor-icon img {
617
+ max-width: 100%;
618
+ max-height: 100%;
616
619
  }