@zscreate/form-component 1.1.618-test.2 → 1.1.618-test.3
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 +7 -7
- package/dist/form-component.umd.js +53429 -53428
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -3623,30 +3623,30 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3623
3623
|
}
|
|
3624
3624
|
|
|
3625
3625
|
|
|
3626
|
-
[data-v-
|
|
3626
|
+
[data-v-112d2a3e] .ant-upload-picture-card-wrapper {
|
|
3627
3627
|
display: flex;
|
|
3628
3628
|
align-items: center;
|
|
3629
3629
|
}
|
|
3630
|
-
[data-v-
|
|
3630
|
+
[data-v-112d2a3e] .ant-upload-list {
|
|
3631
3631
|
display: flex;
|
|
3632
3632
|
}
|
|
3633
|
-
[data-v-
|
|
3633
|
+
[data-v-112d2a3e] .ant-upload.ant-upload-select-picture-card {
|
|
3634
3634
|
width: var(--img-upload-list-item-width);
|
|
3635
3635
|
height: var(--img-upload-list-item-height);
|
|
3636
3636
|
}
|
|
3637
|
-
[data-v-
|
|
3637
|
+
[data-v-112d2a3e] .ant-upload-list-item,[data-v-112d2a3e] .ant-upload-list-picture-card-container {
|
|
3638
3638
|
width: var(--img-upload-list-item-width);
|
|
3639
3639
|
height: var(--img-upload-list-item-height);
|
|
3640
3640
|
}
|
|
3641
|
-
[data-v-
|
|
3641
|
+
[data-v-112d2a3e] .ant-upload-list-picture-card .ant-upload-list-item,[data-v-112d2a3e] .ant-upload-list-picture-card-container {
|
|
3642
3642
|
margin: 0;
|
|
3643
3643
|
margin-right: 8px;
|
|
3644
3644
|
}
|
|
3645
|
-
[data-v-
|
|
3645
|
+
[data-v-112d2a3e] .ant-modal {
|
|
3646
3646
|
width: -moz-max-content !important;
|
|
3647
3647
|
width: max-content !important;
|
|
3648
3648
|
}
|
|
3649
|
-
[data-v-
|
|
3649
|
+
[data-v-112d2a3e] .ant-modal .ant-modal-body {
|
|
3650
3650
|
padding-top: 35px !important;
|
|
3651
3651
|
}
|
|
3652
3652
|
|