1234567891011121314151617181920212223 |
- :global {
- .x-dargable-image-upload-list {
- display: flex;
- }
-
-
- .x-dargable-image-upload-list .ant-upload-picture-card-wrapper {
- width: auto !important;
- }
-
- }
-
-
- /* you can make up upload button and sample style by using stylesheets */
- .ant-upload-select-picture-card i {
- font-size: 32px;
- color: #999;
- }
-
- .ant-upload-select-picture-card .ant-upload-text {
- margin-top: 8px;
- color: #666;
- }
|