@tmagic/editor 1.3.12 → 1.3.14

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
@@ -245,6 +245,14 @@
245
245
  .m-editor-sidebar .fold-icon:hover {
246
246
  background: rgba(0, 0, 0, 0.2);
247
247
  }
248
+ .m-editor-slide-list-box {
249
+ min-width: 270px;
250
+ min-height: 500px;
251
+ max-height: 1024px;
252
+ }
253
+ .m-editor-slide-list-box > div:first-child {
254
+ width: 100%;
255
+ }
248
256
  .m-editor-layer-panel {
249
257
  background: #ffffff;
250
258
  }
@@ -815,51 +823,6 @@
815
823
  .m-fileds-key-value-delete {
816
824
  margin-left: 10px;
817
825
  }
818
- .m-editor-float-box-list .m-editor-float-box {
819
- position: absolute;
820
- display: flex;
821
- flex-direction: column;
822
- width: auto;
823
- height: 966px;
824
- top: 240px;
825
- left: 240px;
826
- background: #fff;
827
- box-sizing: border-box;
828
- z-index: 999;
829
- max-width: auto;
830
- min-width: auto;
831
- max-height: auto;
832
- min-height: auto;
833
- border: 1px solid #eee;
834
- box-shadow: 0 0 72px #ccc;
835
- }
836
- .m-editor-float-box-list .m-editor-float-box-header {
837
- display: flex;
838
- align-items: center;
839
- padding: 0 16px;
840
- height: 44px;
841
- border-bottom: 1px solid #d8dee8;
842
- }
843
- .m-editor-float-box-list .m-editor-float-box-header:hover {
844
- cursor: pointer;
845
- }
846
- .m-editor-float-box-list .m-editor-float-box-body {
847
- display: flex;
848
- flex: 1;
849
- width: 100%;
850
- overflow: scroll;
851
- }
852
- .m-editor-float-box-list .m-editor-float-box-body > *:first-child {
853
- min-width: 247px;
854
- border-right: 1px solid #d8dee8;
855
- }
856
- .m-editor-float-box-list .m-editor-float-box-close {
857
- position: absolute;
858
- right: 16px;
859
- }
860
- .m-editor-float-box-list .moveable-resizable {
861
- opacity: 0;
862
- }
863
826
  .m-editor-tree {
864
827
  color: #313a40;
865
828
  font-size: 13px;