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