style.less 410B

1234567891011121314151617181920212223
  1. :global {
  2. .x-dargable-image-upload-list {
  3. display: flex;
  4. }
  5. .x-dargable-image-upload-list .ant-upload-picture-card-wrapper {
  6. width: auto !important;
  7. }
  8. }
  9. /* you can make up upload button and sample style by using stylesheets */
  10. .ant-upload-select-picture-card i {
  11. font-size: 32px;
  12. color: #999;
  13. }
  14. .ant-upload-select-picture-card .ant-upload-text {
  15. margin-top: 8px;
  16. color: #666;
  17. }