@zscreate/form-component 1.1.663 → 1.1.664
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 +8 -6
- package/dist/form-component.umd.js +53798 -53798
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -3777,16 +3777,18 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3777
3777
|
height: 0;
|
|
3778
3778
|
}
|
|
3779
3779
|
|
|
3780
|
-
.paste_box[data-v-
|
|
3780
|
+
.paste_box[data-v-69360481] {
|
|
3781
3781
|
position: relative;
|
|
3782
3782
|
flex-shrink: 0;
|
|
3783
3783
|
padding: 0 10px;
|
|
3784
3784
|
cursor: pointer;
|
|
3785
|
-
height: 40px;
|
|
3785
|
+
min-height: 40px;
|
|
3786
|
+
width: 100%;
|
|
3787
|
+
line-height: 25px;
|
|
3786
3788
|
border-radius: 5px;
|
|
3787
3789
|
border: 1px dashed #d9d9d9;
|
|
3788
3790
|
}
|
|
3789
|
-
.drop-file-input[data-v-
|
|
3791
|
+
.drop-file-input[data-v-69360481] {
|
|
3790
3792
|
position: absolute;
|
|
3791
3793
|
cursor: pointer;
|
|
3792
3794
|
z-index: 0;
|
|
@@ -3795,14 +3797,14 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3795
3797
|
width: 100%;
|
|
3796
3798
|
opacity: 0;
|
|
3797
3799
|
}
|
|
3798
|
-
.m_erweima[data-v-
|
|
3800
|
+
.m_erweima[data-v-69360481] {
|
|
3799
3801
|
cursor: pointer;
|
|
3800
3802
|
}
|
|
3801
|
-
.m_erweima[data-v-
|
|
3803
|
+
.m_erweima[data-v-69360481] svg {
|
|
3802
3804
|
width: 20px;
|
|
3803
3805
|
height: 20px;
|
|
3804
3806
|
}
|
|
3805
|
-
.dragUpload[data-v-
|
|
3807
|
+
.dragUpload[data-v-69360481] {
|
|
3806
3808
|
display: flex;
|
|
3807
3809
|
gap: 5px;
|
|
3808
3810
|
flex-wrap: wrap;
|