@zscreate/form-component 1.1.609 → 1.1.611
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 +12 -5
- package/dist/form-component.umd.js +142816 -141347
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -3585,25 +3585,32 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3585
3585
|
}
|
|
3586
3586
|
|
|
3587
3587
|
|
|
3588
|
-
[data-v-
|
|
3588
|
+
[data-v-34234e3e] .ant-upload-picture-card-wrapper {
|
|
3589
3589
|
display: flex;
|
|
3590
3590
|
align-items: center;
|
|
3591
3591
|
}
|
|
3592
|
-
[data-v-
|
|
3592
|
+
[data-v-34234e3e] .ant-upload-list {
|
|
3593
3593
|
display: flex;
|
|
3594
3594
|
}
|
|
3595
|
-
[data-v-
|
|
3595
|
+
[data-v-34234e3e] .ant-upload.ant-upload-select-picture-card {
|
|
3596
3596
|
width: var(--img-upload-list-item-width);
|
|
3597
3597
|
height: var(--img-upload-list-item-height);
|
|
3598
3598
|
}
|
|
3599
|
-
[data-v-
|
|
3599
|
+
[data-v-34234e3e] .ant-upload-list-item,[data-v-34234e3e] .ant-upload-list-picture-card-container {
|
|
3600
3600
|
width: var(--img-upload-list-item-width);
|
|
3601
3601
|
height: var(--img-upload-list-item-height);
|
|
3602
3602
|
}
|
|
3603
|
-
[data-v-
|
|
3603
|
+
[data-v-34234e3e] .ant-upload-list-picture-card .ant-upload-list-item,[data-v-34234e3e] .ant-upload-list-picture-card-container {
|
|
3604
3604
|
margin: 0 ;
|
|
3605
3605
|
margin-right: 8px;
|
|
3606
3606
|
}
|
|
3607
|
+
[data-v-34234e3e] .ant-modal {
|
|
3608
|
+
width: -moz-max-content !important;
|
|
3609
|
+
width: max-content !important;
|
|
3610
|
+
}
|
|
3611
|
+
[data-v-34234e3e] .ant-modal .ant-modal-body {
|
|
3612
|
+
padding-top: 35px !important;
|
|
3613
|
+
}
|
|
3607
3614
|
|
|
3608
3615
|
|
|
3609
3616
|
[data-v-812df610] .ant-upload-picture-card-wrapper {
|