@zscreate/form-component 1.1.284 → 1.1.285
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 -8
- package/dist/form-component.umd.js +866 -804
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -3292,30 +3292,30 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3292
3292
|
}
|
|
3293
3293
|
|
|
3294
3294
|
|
|
3295
|
-
[data-v-
|
|
3295
|
+
[data-v-1dbd388e] .ant-upload-picture-card-wrapper {
|
|
3296
3296
|
flex-wrap: wrap;
|
|
3297
3297
|
}
|
|
3298
|
-
[data-v-
|
|
3298
|
+
[data-v-1dbd388e] .ant-form-item-control-wrapper {
|
|
3299
3299
|
border: none !important;
|
|
3300
3300
|
background-color: initial!important;
|
|
3301
3301
|
}
|
|
3302
|
-
[data-v-
|
|
3302
|
+
[data-v-1dbd388e] .ant-form-item {
|
|
3303
3303
|
display: flex;
|
|
3304
3304
|
}
|
|
3305
|
-
[data-v-
|
|
3305
|
+
[data-v-1dbd388e] .ant-form-item-label {
|
|
3306
3306
|
border: none !important;
|
|
3307
3307
|
background-color: initial!important;
|
|
3308
3308
|
}
|
|
3309
|
-
[data-v-
|
|
3309
|
+
[data-v-1dbd388e] .custom_form_item .ant-form-item {
|
|
3310
3310
|
margin-bottom: 0;
|
|
3311
3311
|
}
|
|
3312
|
-
[data-v-
|
|
3312
|
+
[data-v-1dbd388e] .custom_form_item .ant-form-item > .ant-form-item-label {
|
|
3313
3313
|
width: 100px !important;
|
|
3314
3314
|
}
|
|
3315
|
-
[data-v-
|
|
3315
|
+
[data-v-1dbd388e] .custom_form_item .ant-form-item > .ant-form-item-control-wrapper {
|
|
3316
3316
|
width: calc(100% - 100px) !important;
|
|
3317
3317
|
}
|
|
3318
|
-
[data-v-
|
|
3318
|
+
[data-v-1dbd388e] .ant-form-item,[data-v-1dbd388e] .custom_form_item {
|
|
3319
3319
|
height: -moz-max-content !important;
|
|
3320
3320
|
height: max-content !important;
|
|
3321
3321
|
}
|