@zscreate/form-component 1.1.103 → 1.1.104
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/form-component.css
CHANGED
|
@@ -2683,23 +2683,23 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2683
2683
|
}
|
|
2684
2684
|
|
|
2685
2685
|
|
|
2686
|
-
[data-v-
|
|
2686
|
+
[data-v-403d0c6b] .ant-form-item-control {
|
|
2687
2687
|
padding: 5px;
|
|
2688
2688
|
width: 100% !important;
|
|
2689
2689
|
box-sizing: border-box;
|
|
2690
2690
|
height: 100%;
|
|
2691
2691
|
}
|
|
2692
|
-
.rich-editor[data-v-
|
|
2693
|
-
z-index: 11;
|
|
2692
|
+
.rich-editor[data-v-403d0c6b] {
|
|
2693
|
+
z-index: 11 !important;
|
|
2694
2694
|
height: 100%;
|
|
2695
2695
|
display: flex;
|
|
2696
2696
|
flex-direction: column;
|
|
2697
2697
|
border: 1px solid #c9d8db;
|
|
2698
2698
|
}
|
|
2699
|
-
.rich-editor .w-e-text-container[data-v-
|
|
2699
|
+
.rich-editor .w-e-text-container[data-v-403d0c6b] {
|
|
2700
2700
|
flex: 0 0 1;
|
|
2701
2701
|
}
|
|
2702
|
-
.rich-editor .w-e-text-container .w-e-text[data-v-
|
|
2702
|
+
.rich-editor .w-e-text-container .w-e-text[data-v-403d0c6b] {
|
|
2703
2703
|
min-height: initial;
|
|
2704
2704
|
}
|
|
2705
2705
|
|
|
@@ -5852,6 +5852,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
5852
5852
|
box-shadow: none !important;
|
|
5853
5853
|
}
|
|
5854
5854
|
.rich-editor {
|
|
5855
|
+
z-index: 11 !important;
|
|
5855
5856
|
height: 100%;
|
|
5856
5857
|
display: flex;
|
|
5857
5858
|
flex-direction: column;
|