@zscreate/form-component 1.1.703 → 1.1.704

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.
@@ -3815,31 +3815,33 @@ span.CodeMirror-selectedtext { background: none; }
3815
3815
  }
3816
3816
 
3817
3817
 
3818
- [data-v-62957d3c] .ant-upload-picture-card-wrapper {
3818
+ [data-v-b03bbbfe] .ant-upload-picture-card-wrapper {
3819
3819
  display: flex;
3820
3820
  align-items: center;
3821
3821
  }
3822
- [data-v-62957d3c] .ant-upload-list {
3822
+ [data-v-b03bbbfe] .ant-upload-list {
3823
3823
  display: flex;
3824
3824
  }
3825
- [data-v-62957d3c] .ant-upload.ant-upload-select-picture-card {
3825
+ [data-v-b03bbbfe] .ant-upload.ant-upload-select-picture-card {
3826
3826
  width: var(--img-upload-list-item-width);
3827
3827
  height: var(--img-upload-list-item-height);
3828
3828
  }
3829
- [data-v-62957d3c] .ant-upload-list-item,[data-v-62957d3c] .ant-upload-list-picture-card-container {
3829
+ [data-v-b03bbbfe] .ant-upload-list-item,[data-v-b03bbbfe] .ant-upload-list-picture-card-container {
3830
3830
  width: var(--img-upload-list-item-width);
3831
3831
  height: var(--img-upload-list-item-height);
3832
3832
  }
3833
- [data-v-62957d3c] .ant-upload-list-picture-card .ant-upload-list-item,[data-v-62957d3c] .ant-upload-list-picture-card-container {
3833
+ [data-v-b03bbbfe] .ant-upload-list-picture-card .ant-upload-list-item,[data-v-b03bbbfe] .ant-upload-list-picture-card-container {
3834
3834
  margin: 0 ;
3835
3835
  margin-right: 8px;
3836
3836
  }
3837
- [data-v-62957d3c] .ant-modal {
3838
- width: -moz-max-content !important;
3839
- width: max-content !important;
3837
+ [data-v-b03bbbfe] .ant-modal {
3838
+ max-width: 100vw;
3839
+ max-height: 100vh;
3840
3840
  }
3841
- [data-v-62957d3c] .ant-modal .ant-modal-body {
3841
+ [data-v-b03bbbfe] .ant-modal .ant-modal-body {
3842
3842
  padding-top: 35px !important;
3843
+ max-height: calc(100vh - 55px);
3844
+ overflow: auto;
3843
3845
  }
3844
3846
 
3845
3847