iov-design 2.15.46 → 2.15.47

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.
Files changed (128) hide show
  1. package/lib/alert.js +2 -2
  2. package/lib/aside.js +2 -2
  3. package/lib/autocomplete.js +2 -2
  4. package/lib/avatar.js +2 -2
  5. package/lib/backtop.js +2 -2
  6. package/lib/badge.js +2 -2
  7. package/lib/breadcrumb-item.js +2 -2
  8. package/lib/breadcrumb.js +2 -2
  9. package/lib/button-group.js +2 -2
  10. package/lib/button.js +2 -2
  11. package/lib/calendar.js +4 -4
  12. package/lib/card.js +2 -2
  13. package/lib/carousel-item.js +2 -2
  14. package/lib/carousel.js +16 -16
  15. package/lib/cascader-panel.js +6 -6
  16. package/lib/cascader.js +96 -96
  17. package/lib/checkbox-button.js +2 -2
  18. package/lib/checkbox-group.js +2 -2
  19. package/lib/checkbox.js +2 -2
  20. package/lib/col.js +2 -2
  21. package/lib/collapse-item.js +23 -23
  22. package/lib/collapse.js +2 -2
  23. package/lib/color-picker.js +2 -2
  24. package/lib/container.js +2 -2
  25. package/lib/date-picker.js +70 -91
  26. package/lib/descriptions-item.js +2 -2
  27. package/lib/descriptions.js +2 -2
  28. package/lib/dialog.js +9 -9
  29. package/lib/divider.js +2 -2
  30. package/lib/dropdown-item.js +2 -2
  31. package/lib/dropdown-menu.js +2 -2
  32. package/lib/dropdown.js +11 -11
  33. package/lib/empty.js +9 -9
  34. package/lib/footer.js +2 -2
  35. package/lib/form-item.js +4 -4
  36. package/lib/form.js +2 -2
  37. package/lib/header.js +2 -2
  38. package/lib/icon.js +2 -2
  39. package/lib/image.js +9 -9
  40. package/lib/index.js +1 -1
  41. package/lib/infinite-scroll.js +2 -2
  42. package/lib/input-number.js +62 -62
  43. package/lib/iov-design.common.js +968 -163
  44. package/lib/link.js +2 -2
  45. package/lib/loading.js +11 -11
  46. package/lib/main.js +2 -2
  47. package/lib/menu-item-group.js +2 -2
  48. package/lib/menu-item.js +65 -65
  49. package/lib/menu.js +2 -2
  50. package/lib/message-box.js +11 -11
  51. package/lib/message.js +9 -9
  52. package/lib/notification.js +9 -9
  53. package/lib/option-group.js +2 -2
  54. package/lib/option.js +4 -4
  55. package/lib/page-header.js +2 -2
  56. package/lib/pagination.js +6 -6
  57. package/lib/popconfirm.js +24 -24
  58. package/lib/popover.js +9 -9
  59. package/lib/progress.js +2 -2
  60. package/lib/radio-button.js +2 -2
  61. package/lib/radio-group.js +2 -2
  62. package/lib/radio.js +9 -9
  63. package/lib/rate.js +23 -23
  64. package/lib/result.js +2 -2
  65. package/lib/row.js +2 -2
  66. package/lib/scrollbar.js +4 -4
  67. package/lib/select.js +18 -18
  68. package/lib/skeleton-item.js +2 -2
  69. package/lib/skeleton.js +2 -2
  70. package/lib/slider.js +4 -4
  71. package/lib/spinner.js +2 -2
  72. package/lib/static/excel.f44318e.png +0 -0
  73. package/lib/static/excel.f44318e0.png +0 -0
  74. package/lib/static/file.4ed3551.png +0 -0
  75. package/lib/static/file.4ed35511.png +0 -0
  76. package/lib/static/img.cd179e5.png +0 -0
  77. package/lib/static/img.cd179e5b.png +0 -0
  78. package/lib/static/pdf.79cb57f.png +0 -0
  79. package/lib/static/pdf.79cb57f8.png +0 -0
  80. package/lib/static/ppt.eed4918.png +0 -0
  81. package/lib/static/ppt.eed4918e.png +0 -0
  82. package/lib/static/word.35070ef.png +0 -0
  83. package/lib/static/word.35070ef0.png +0 -0
  84. package/lib/static/zip.dca21a8.png +0 -0
  85. package/lib/static/zip.dca21a88.png +0 -0
  86. package/lib/statistic.js +4 -4
  87. package/lib/step.js +2 -2
  88. package/lib/steps.js +9 -9
  89. package/lib/submenu.js +4 -4
  90. package/lib/switch.js +2 -2
  91. package/lib/tab-pane.js +2 -2
  92. package/lib/table-column.js +2 -2
  93. package/lib/table.js +23 -15
  94. package/lib/tabs.js +2 -2
  95. package/lib/tag.js +2 -2
  96. package/lib/theme-chalk/base.css +1 -1
  97. package/lib/theme-chalk/dialog.css +1 -1
  98. package/lib/theme-chalk/index.css +1 -1
  99. package/lib/theme-chalk/iovfont.css +1 -1
  100. package/lib/theme-chalk/upload.css +1 -1
  101. package/lib/time-picker.js +12 -12
  102. package/lib/time-select.js +9 -9
  103. package/lib/timeline-item.js +2 -2
  104. package/lib/timeline.js +2 -2
  105. package/lib/tooltip.js +2 -2
  106. package/lib/transfer.js +11 -11
  107. package/lib/tree.js +2 -2
  108. package/lib/upload.js +920 -119
  109. package/package.json +1 -1
  110. package/packages/theme-chalk/src/assets/img_fail.png +0 -0
  111. package/packages/theme-chalk/src/assets/img_placeholder.png +0 -0
  112. package/packages/theme-chalk/src/dialog.scss +4 -0
  113. package/packages/theme-chalk/src/iovfont.scss +3 -3
  114. package/packages/theme-chalk/src/upload.scss +568 -603
  115. package/packages/upload/src/assets/excel.png +0 -0
  116. package/packages/upload/src/assets/file.png +0 -0
  117. package/packages/upload/src/assets/img.png +0 -0
  118. package/packages/upload/src/assets/pdf.png +0 -0
  119. package/packages/upload/src/assets/ppt.png +0 -0
  120. package/packages/upload/src/assets/word.png +0 -0
  121. package/packages/upload/src/assets/zip.png +0 -0
  122. package/packages/upload/src/index.vue +73 -5
  123. package/packages/upload/src/upload-file.vue +90 -0
  124. package/packages/upload/src/upload-list.vue +52 -50
  125. package/packages/upload/src/upload-picture.vue +90 -0
  126. package/packages/upload/src/upload.vue +231 -211
  127. package/packages/upload/src/utils.js +30 -0
  128. package/src/index.js +1 -1
@@ -1 +1 @@
1
- @font-face{font-family:iovfont;src:url(//at.alicdn.com/t/c/font_4466910_05nzvw64idz7.woff2?t=1746691225503) format("woff2"),url(//at.alicdn.com/t/c/font_4466910_05nzvw64idz7.woff?t=1746691225503) format("woff"),url(//at.alicdn.com/t/c/font_4466910_05nzvw64idz7.ttf?t=1746691225503) format("truetype")}[class*=" iov-icon-"],[class^=iov-icon-]{font-family:iovfont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.iov-icon-loading:before{content:"\e6cf";-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite;display:inline-block}.iov-icon-circle-minus:before{content:"\e6f6"}.iov-icon-brush:before{content:"\e6ee"}.iov-icon-code:before{content:"\e6ef"}.iov-icon-circle-plus:before{content:"\e6f0"}.iov-icon-branch:before{content:"\e6f4"}.iov-icon-swap:before{content:"\e6f5"}.iov-icon-wand:before{content:"\e6ed"}.iov-icon-notice:before{content:"\e6eb"}.iov-icon-computer:before{content:"\e6ec"}.iov-icon-img-placeholder:before{content:"\e6ea"}.iov-icon-select:before{content:"\e6e9"}.iov-icon-fold:before{content:"\e6f2"}.iov-icon-unfold:before{content:"\e6f3"}.iov-icon-clear-hover:before{content:"\e6f1"}.iov-icon-interface:before{content:"\e6e8"}.iov-icon-monitor:before{content:"\e6da"}.iov-icon-organize:before{content:"\e6d9"}.iov-icon-symbol-equal:before{content:"\e6e7"}.iov-icon-parenthesis-left:before{content:"\e6e0"}.iov-icon-symbol-minus:before{content:"\e6e1"}.iov-icon-infinite:before{content:"\e6e2"}.iov-icon-parenthesis-right:before{content:"\e6e3"}.iov-icon-symbol-times:before{content:"\e6e4"}.iov-icon-symbol-plus:before{content:"\e6e5"}.iov-icon-symbol-div:before{content:"\e6e6"}.iov-icon-brace-right:before{content:"\e6de"}.iov-icon-brace-left:before{content:"\e6df"}.iov-icon-left:before{content:"\e6dd"}.iov-icon-dollar:before{content:"\e6d9"}.iov-icon-rmb:before{content:"\e6da"}.iov-icon-data-role:before{content:"\e6db"}.iov-icon-tips:before{content:"\e6dc"}.iov-icon-rotate-left:before{content:"\e6d1"}.iov-icon-rotate-right:before{content:"\e6d2"}.iov-icon-batch-listing:before{content:"\e6d3"}.iov-icon-zoom-reset:before{content:"\e6d4"}.iov-icon-delisting:before{content:"\e6d5"}.iov-icon-zoom-in:before{content:"\e6d6"}.iov-icon-fullscreen:before{content:"\e6d7"}.iov-icon-zoom-out:before{content:"\e6d8"}.iov-icon-time:before{content:"\e6cf"}.iov-icon-eye-close:before{content:"\e6d0"}.iov-icon-upload:before{content:"\e6c6"}.iov-icon-download:before{content:"\e6c7"}.iov-icon-search:before{content:"\e6c8"}.iov-icon-sync:before{content:"\e6c9"}.iov-icon-send:before{content:"\e6ca"}.iov-icon-import:before{content:"\e6cb"}.iov-icon-eye:before{content:"\e6cc"}.iov-icon-export:before{content:"\e6cd"}.iov-icon-date:before{content:"\e6ce"}.iov-icon-file-excel:before{content:"\e6bd"}.iov-icon-clear:before{content:"\e6be"}.iov-icon-file-ppt:before{content:"\e6bf"}.iov-icon-img-fail:before{content:"\e6c0"}.iov-icon-file-other:before{content:"\e6c1"}.iov-icon-file-word:before{content:"\e6c2"}.iov-icon-file-img:before{content:"\e6c3"}.iov-icon-file-zip:before{content:"\e6c4"}.iov-icon-file-pdf:before{content:"\e6c5"}.iov-icon-arrow-left:before{content:"\e6af"}.iov-icon-arrow-drop:before{content:"\e6ae"}.iov-icon-arrow-half-right:before{content:"\e6b0"}.iov-icon-arrow-right:before{content:"\e6ac"}.iov-icon-double-right-mini:before{content:"\e6ad"}.iov-icon-double-right:before{content:"\e6b1"}.iov-icon-arrow-rise:before{content:"\e6b2"}.iov-icon-arrow-up:before{content:"\e6b3"}.iov-icon-change:before{content:"\e6b4"}.iov-icon-arrow-down:before{content:"\e6b5"}.iov-icon-double-left:before{content:"\e6b6"}.iov-icon-right:before{content:"\e6b7"}.iov-icon-arrow-next:before{content:"\e6b8"}.iov-icon-switch:before{content:"\e6b9"}.iov-icon-arrow-prev:before{content:"\e6ba"}.iov-icon-move:before{content:"\e6bb"}.iov-icon-double-left-mini:before{content:"\e6bc"}.iov-icon-close-mini:before{content:"\e6a6"}.iov-icon-circle-success:before{content:"\e6a2"}.iov-icon-circle-fail:before{content:"\e6a3"}.iov-icon-separator:before{content:"\e6a4"}.iov-icon-mines:before{content:"\e6a5"}.iov-icon-circle-explain:before{content:"\e6a7"}.iov-icon-close:before{content:"\e6a8"}.iov-icon-circle-warning:before{content:"\e6a9"}.iov-icon-plus:before{content:"\e6aa"}.iov-icon-circle-waiting:before{content:"\e6ab"}.iov-icon-delete:before{content:"\e69e"}.iov-icon-update:before{content:"\e69f"}.iov-icon-edit:before{content:"\e6a0"}.iov-icon-connect:before{content:"\e6a1"}.iov-icon-message:before{content:"\e696"}.iov-icon-lock:before{content:"\e697"}.iov-icon-skin:before{content:"\e698"}.iov-icon-user:before{content:"\e699"}.iov-icon-language:before{content:"\e69a"}.iov-icon-project:before{content:"\e69b"}.iov-icon-logout:before{content:"\e69c"}.iov-icon-view:before{content:"\e69d"}.iov-icon-role:before{content:"\e68c"}.iov-icon-book:before{content:"\e68d"}.iov-icon-bill:before{content:"\e68f"}.iov-icon-user-group:before{content:"\e690"}.iov-icon-to:before{content:"\e691"}.iov-icon-not-allowed:before{content:"\e693"}.iov-icon-required:before{content:"\e694"}.iov-icon-link:before{content:"\e695"}.iov-icon-settlement:before{content:"\e680"}.iov-icon-gauge:before{content:"\e681"}.iov-icon-info:before{content:"\e682"}.iov-icon-application:before{content:"\e686"}.iov-icon-version:before{content:"\e687"}.iov-icon-page:before{content:"\e688"}.iov-icon-location:before{content:"\e689"}.iov-icon-apn:before{content:"\e68a"}.iov-icon-company:before{content:"\e685"}.iov-icon-coin:before{content:"\e67a"}.iov-icon-flow:before{content:"\e678"}.iov-icon-module:before{content:"\e679"}.iov-icon-contact:before{content:"\e67b"}.iov-icon-classification:before{content:"\e67c"}.iov-icon-chart:before{content:"\e67d"}.iov-icon-operate:before{content:"\e67f"}.iov-icon-time-interval:before{content:"\e683"}.iov-icon-goods:before{content:"\e67e"}.iov-icon-coupon:before{content:"\e672"}.iov-icon-tag:before{content:"\e673"}.iov-icon-history:before{content:"\e674"}.iov-icon-download-file:before{content:"\e675"}.iov-icon-grouping-props:before{content:"\e676"}.iov-icon-process:before{content:"\e677"}.iov-icon-scale:before{content:"\e692"}.iov-icon-drag:before{content:"\e68e"}.iov-icon-config:before{content:"\e68b"}.iov-icon-play:before{content:"\e684"}.iov-icon-img-default:before{content:"\e66e"}.iov-icon-seal:before{content:"\e66f"}.iov-icon-cny:before{content:"\e670"}.iov-icon-focus:before{content:"\e671"}.iov-icon-fill-rise:before{content:"\e661"}.iov-icon-fill-drop:before{content:"\e662"}.iov-icon-fill-move-up:before{content:"\e663"}.iov-icon-page-left:before{content:"\e664"}.iov-icon-page-down:before{content:"\e665"}.iov-icon-fill-half-drop:before{content:"\e666"}.iov-icon-fill-move-last:before{content:"\e667"}.iov-icon-page-right:before{content:"\e668"}.iov-icon-fill-move-first:before{content:"\e669"}.iov-icon-fill-move-down:before{content:"\e66a"}.iov-icon-menu-fold:before{content:"\e66b"}.iov-icon-fill-half-rise:before{content:"\e66c"}.iov-icon-page-up:before{content:"\e66d"}.iov-icon-fail:before{content:"\e65a"}.iov-icon-fill-warning:before{content:"\e65b"}.iov-icon-fill-fail:before{content:"\e65c"}.iov-icon-fill-success:before{content:"\e65d"}.iov-icon-success:before{content:"\e65e"}.iov-icon-fill-explain:before{content:"\e65f"}.iov-icon-fill-waiting:before{content:"\e660"}.iov-icon-fill-search:before{content:"\e655"}.iov-icon-setting:before{content:"\e656"}.iov-icon-refresh:before{content:"\e657"}.iov-icon-filter:before{content:"\e658"}.iov-icon-zoom:before{content:"\e659"}.iov-icon-sort-up:before{content:"\e654"}.iov-icon-sort-down:before{content:"\e652"}.iov-icon-horizontal-more:before{content:"\e651"}.iov-icon-vertical-more:before{content:"\e650"}.iov-icon-more:before{content:"\e64f"}.iov-icon-line-drag:before{content:"\e64e"}.iov-icon-dashboard:before{content:"\e648"}.iov-icon-home:before{content:"\e64d"}.iov-icon-form:before{content:"\e64b"}.iov-icon-list:before{content:"\e64c"}.iov-icon-profile:before{content:"\e647"}.iov-icon-fill-user:before{content:"\e64a"}.iov-icon-target:before{content:"\e649"}
1
+ @font-face{font-family:iovfont;src:url(//at.alicdn.com/t/c/font_4466910_8y5kjsv7pqg.woff2?t=1750820266142) format("woff2"),url(//at.alicdn.com/t/c/font_4466910_8y5kjsv7pqg.woff?t=1750820266142) format("woff"),url(//at.alicdn.com/t/c/font_4466910_8y5kjsv7pqg.ttf?t=1750820266142) format("truetype")}[class*=" iov-icon-"],[class^=iov-icon-]{font-family:iovfont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.iov-icon-loading:before{content:"\e6cf";-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite;display:inline-block}.iov-icon-circle-minus:before{content:"\e6f6"}.iov-icon-brush:before{content:"\e6ee"}.iov-icon-code:before{content:"\e6ef"}.iov-icon-circle-plus:before{content:"\e6f0"}.iov-icon-branch:before{content:"\e6f4"}.iov-icon-swap:before{content:"\e6f5"}.iov-icon-wand:before{content:"\e6ed"}.iov-icon-notice:before{content:"\e6eb"}.iov-icon-computer:before{content:"\e6ec"}.iov-icon-img-placeholder:before{content:"\e6ea"}.iov-icon-select:before{content:"\e6e9"}.iov-icon-fold:before{content:"\e6f2"}.iov-icon-unfold:before{content:"\e6f3"}.iov-icon-clear-hover:before{content:"\e6f1"}.iov-icon-interface:before{content:"\e6e8"}.iov-icon-monitor:before{content:"\e6da"}.iov-icon-organize:before{content:"\e6d9"}.iov-icon-symbol-equal:before{content:"\e6e7"}.iov-icon-parenthesis-left:before{content:"\e6e0"}.iov-icon-symbol-minus:before{content:"\e6e1"}.iov-icon-infinite:before{content:"\e6e2"}.iov-icon-parenthesis-right:before{content:"\e6e3"}.iov-icon-symbol-times:before{content:"\e6e4"}.iov-icon-symbol-plus:before{content:"\e6e5"}.iov-icon-symbol-div:before{content:"\e6e6"}.iov-icon-brace-right:before{content:"\e6de"}.iov-icon-brace-left:before{content:"\e6df"}.iov-icon-left:before{content:"\e6dd"}.iov-icon-dollar:before{content:"\e6d9"}.iov-icon-rmb:before{content:"\e6da"}.iov-icon-data-role:before{content:"\e6db"}.iov-icon-tips:before{content:"\e6dc"}.iov-icon-rotate-left:before{content:"\e6d1"}.iov-icon-rotate-right:before{content:"\e6d2"}.iov-icon-batch-listing:before{content:"\e6d3"}.iov-icon-zoom-reset:before{content:"\e6d4"}.iov-icon-delisting:before{content:"\e6d5"}.iov-icon-zoom-in:before{content:"\e6d6"}.iov-icon-fullscreen:before{content:"\e6d7"}.iov-icon-zoom-out:before{content:"\e6d8"}.iov-icon-time:before{content:"\e6cf"}.iov-icon-eye-close:before{content:"\e6d0"}.iov-icon-upload:before{content:"\e6c6"}.iov-icon-download:before{content:"\e6c7"}.iov-icon-search:before{content:"\e6c8"}.iov-icon-sync:before{content:"\e6c9"}.iov-icon-send:before{content:"\e6ca"}.iov-icon-import:before{content:"\e6cb"}.iov-icon-eye:before{content:"\e6cc"}.iov-icon-export:before{content:"\e6cd"}.iov-icon-date:before{content:"\e6ce"}.iov-icon-file-excel:before{content:"\e6bd"}.iov-icon-clear:before{content:"\e6be"}.iov-icon-file-ppt:before{content:"\e6bf"}.iov-icon-img-fail:before{content:"\e6c0"}.iov-icon-file-other:before{content:"\e6c1"}.iov-icon-file-word:before{content:"\e6c2"}.iov-icon-file-img:before{content:"\e6c3"}.iov-icon-file-zip:before{content:"\e6c4"}.iov-icon-file-pdf:before{content:"\e6c5"}.iov-icon-arrow-left:before{content:"\e6af"}.iov-icon-arrow-drop:before{content:"\e6ae"}.iov-icon-arrow-half-right:before{content:"\e6b0"}.iov-icon-arrow-right:before{content:"\e6ac"}.iov-icon-double-right-mini:before{content:"\e6ad"}.iov-icon-double-right:before{content:"\e6b1"}.iov-icon-arrow-rise:before{content:"\e6b2"}.iov-icon-arrow-up:before{content:"\e6b3"}.iov-icon-change:before{content:"\e6b4"}.iov-icon-arrow-down:before{content:"\e6b5"}.iov-icon-double-left:before{content:"\e6b6"}.iov-icon-right:before{content:"\e6b7"}.iov-icon-arrow-next:before{content:"\e6b8"}.iov-icon-switch:before{content:"\e6b9"}.iov-icon-arrow-prev:before{content:"\e6ba"}.iov-icon-move:before{content:"\e6bb"}.iov-icon-double-left-mini:before{content:"\e6bc"}.iov-icon-close-mini:before{content:"\e6a6"}.iov-icon-circle-success:before{content:"\e6a2"}.iov-icon-circle-fail:before{content:"\e6a3"}.iov-icon-separator:before{content:"\e6a4"}.iov-icon-mines:before{content:"\e6a5"}.iov-icon-circle-explain:before{content:"\e6a7"}.iov-icon-close:before{content:"\e6a8"}.iov-icon-circle-warning:before{content:"\e6a9"}.iov-icon-plus:before{content:"\e6aa"}.iov-icon-circle-waiting:before{content:"\e6ab"}.iov-icon-delete:before{content:"\e69e"}.iov-icon-update:before{content:"\e69f"}.iov-icon-edit:before{content:"\e6a0"}.iov-icon-connect:before{content:"\e6a1"}.iov-icon-message:before{content:"\e696"}.iov-icon-lock:before{content:"\e697"}.iov-icon-skin:before{content:"\e698"}.iov-icon-user:before{content:"\e699"}.iov-icon-language:before{content:"\e69a"}.iov-icon-project:before{content:"\e69b"}.iov-icon-logout:before{content:"\e69c"}.iov-icon-view:before{content:"\e69d"}.iov-icon-role:before{content:"\e68c"}.iov-icon-book:before{content:"\e68d"}.iov-icon-bill:before{content:"\e68f"}.iov-icon-user-group:before{content:"\e690"}.iov-icon-to:before{content:"\e691"}.iov-icon-not-allowed:before{content:"\e693"}.iov-icon-required:before{content:"\e694"}.iov-icon-link:before{content:"\e695"}.iov-icon-settlement:before{content:"\e680"}.iov-icon-gauge:before{content:"\e681"}.iov-icon-info:before{content:"\e682"}.iov-icon-application:before{content:"\e686"}.iov-icon-version:before{content:"\e687"}.iov-icon-page:before{content:"\e688"}.iov-icon-location:before{content:"\e689"}.iov-icon-apn:before{content:"\e68a"}.iov-icon-company:before{content:"\e685"}.iov-icon-coin:before{content:"\e67a"}.iov-icon-flow:before{content:"\e678"}.iov-icon-module:before{content:"\e679"}.iov-icon-contact:before{content:"\e67b"}.iov-icon-classification:before{content:"\e67c"}.iov-icon-chart:before{content:"\e67d"}.iov-icon-operate:before{content:"\e67f"}.iov-icon-time-interval:before{content:"\e683"}.iov-icon-goods:before{content:"\e67e"}.iov-icon-coupon:before{content:"\e672"}.iov-icon-tag:before{content:"\e673"}.iov-icon-history:before{content:"\e674"}.iov-icon-download-file:before{content:"\e675"}.iov-icon-grouping-props:before{content:"\e676"}.iov-icon-process:before{content:"\e677"}.iov-icon-scale:before{content:"\e692"}.iov-icon-drag:before{content:"\e68e"}.iov-icon-config:before{content:"\e68b"}.iov-icon-play:before{content:"\e684"}.iov-icon-img-default:before{content:"\e66e"}.iov-icon-seal:before{content:"\e66f"}.iov-icon-cny:before{content:"\e670"}.iov-icon-focus:before{content:"\e671"}.iov-icon-fill-rise:before{content:"\e661"}.iov-icon-fill-drop:before{content:"\e662"}.iov-icon-fill-move-up:before{content:"\e663"}.iov-icon-page-left:before{content:"\e664"}.iov-icon-page-down:before{content:"\e665"}.iov-icon-fill-half-drop:before{content:"\e666"}.iov-icon-fill-move-last:before{content:"\e667"}.iov-icon-page-right:before{content:"\e668"}.iov-icon-fill-move-first:before{content:"\e669"}.iov-icon-fill-move-down:before{content:"\e66a"}.iov-icon-menu-fold:before{content:"\e66b"}.iov-icon-fill-half-rise:before{content:"\e66c"}.iov-icon-page-up:before{content:"\e66d"}.iov-icon-fail:before{content:"\e65a"}.iov-icon-fill-warning:before{content:"\e65b"}.iov-icon-fill-fail:before{content:"\e65c"}.iov-icon-fill-success:before{content:"\e65d"}.iov-icon-success:before{content:"\e65e"}.iov-icon-fill-explain:before{content:"\e65f"}.iov-icon-fill-waiting:before{content:"\e660"}.iov-icon-fill-search:before{content:"\e655"}.iov-icon-setting:before{content:"\e656"}.iov-icon-refresh:before{content:"\e657"}.iov-icon-filter:before{content:"\e658"}.iov-icon-zoom:before{content:"\e659"}.iov-icon-sort-up:before{content:"\e654"}.iov-icon-sort-down:before{content:"\e652"}.iov-icon-horizontal-more:before{content:"\e651"}.iov-icon-vertical-more:before{content:"\e650"}.iov-icon-more:before{content:"\e64f"}.iov-icon-line-drag:before{content:"\e64e"}.iov-icon-dashboard:before{content:"\e648"}.iov-icon-home:before{content:"\e64d"}.iov-icon-form:before{content:"\e64b"}.iov-icon-list:before{content:"\e64c"}.iov-icon-profile:before{content:"\e647"}.iov-icon-fill-user:before{content:"\e64a"}.iov-icon-target:before{content:"\e649"}
@@ -1 +1 @@
1
- @charset "UTF-8";.el-upload-cover__title,.el-upload-list__item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#212026;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#23B25D}.el-progress.is-success .el-progress__text{color:#23B25D}.el-progress.is-warning .el-progress-bar__inner{background-color:#FF7D00}.el-progress.is-warning .el-progress__text{color:#FF7D00}.el-progress.is-exception .el-progress-bar__inner{background-color:#F53F3F}.el-progress.is-exception .el-progress__text{color:#F53F3F}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-upload--picture-card,.el-upload-dragger{-webkit-box-sizing:border-box;cursor:pointer}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#EBEEF5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#2F48FF;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#FFF;font-size:12px;margin:0 5px}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#A2A3AA;margin-top:8px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;box-sizing:border-box;width:148px;height:148px;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#2F48FF;color:#2F48FF}.el-upload:focus .el-upload-dragger{border-color:#2F48FF}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;box-sizing:border-box;width:360px;height:180px;text-align:center;position:relative;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#C6C7CA;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #D2D5DF;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#212026;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#2F48FF;font-style:normal}.el-upload-dragger:hover{border-color:#2F48FF}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #2F48FF}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#212026;line-height:1.8;margin-top:5px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#23B25D}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#212026}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#2F48FF}.el-upload-list__item:hover{background-color:#F5F7FA}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#2F48FF;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#212026;display:block;margin-right:40px;padding-left:4px;-webkit-transition:color .3s;transition:color .3s}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#212026;display:none}.el-upload-list__item-delete:hover{color:#2F48FF}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#FFF}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#FFF;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#FFF;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#FFF;height:36px;width:100%;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}
1
+ @charset "UTF-8";.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#212026;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#23B25D}.el-progress.is-success .el-progress__text{color:#23B25D}.el-progress.is-warning .el-progress-bar__inner{background-color:#FF7D00}.el-progress.is-warning .el-progress__text{color:#FF7D00}.el-progress.is-exception .el-progress-bar__inner{background-color:#F53F3F}.el-progress.is-exception .el-progress__text{color:#F53F3F}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-upload--picture-card,.el-upload-dragger{-webkit-box-sizing:border-box;cursor:pointer}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#EBEEF5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#2F48FF;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#FFF;font-size:12px;margin:0 5px}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#A2A3AA;margin-top:8px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload--wrap{position:relative}.el-upload--drag{display:block}.el-upload--picture-card .el-upload__picture,.el-upload-dragger{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal}.el-upload--drag.el-upload--drag__small{width:112px;background:#F6F7F8}.el-upload--drag.el-upload--drag__small:hover{background:#fff}.el-upload--drag.el-upload--drag__small .el-upload-dragger{padding:0;height:68px}.el-upload--drag.el-upload--drag__small .el-upload-dragger .el-upload-list__item-status-label{left:12px;right:12px}.el-upload--drag.el-upload--drag__small .el-upload-list__file{padding:5px 12px}.el-upload--drag.el-upload--drag__small .el-upload-list__item .el-upload-list__icon{width:24px;height:24px}.el-upload--drag.el-upload--drag__small .el-upload-list__item .el-upload-list__name{margin-top:4px}.el-upload--drag.el-upload--drag__small .el-upload-progress__text{margin-top:8px}.el-upload--drag.el-upload--drag__medium{width:400px}.el-upload--drag.el-upload--drag__medium .el-upload-dragger{padding:0;height:132px}.el-upload--picture-card{border:1px dashed #DCDFE6;border-radius:4px;box-sizing:border-box;vertical-align:middle}.el-upload--picture-card:hover{border-color:#6179FF}.el-upload--picture-card:focus{border-color:#3F57FF}.el-upload--picture-card.el-upload--picture-card__no-border{border:0;overflow:hidden}.el-upload--picture-card.el-upload--picture-card__no-border .el-upload-list__item{margin:0}.el-upload--picture-card.el-upload--large{width:106px;height:106px}.el-upload--picture-card.el-upload--medium{width:88px;height:88px}.el-upload--picture-card.el-upload--small{width:68px;height:68px}.el-upload--picture-card .el-upload__picture{height:100%;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-upload--picture-card .el-upload__icon{font-size:24px;color:#ABAFB5;margin:0 auto}.el-upload--picture-card .el-upload__desc{margin:4px auto 0;font-size:12px;color:#A2A3AA}.el-upload-dragger{padding:0 30px;border:1px dashed #DCDFE6;border-radius:4px;box-sizing:border-box;height:132px;text-align:center;position:relative;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-upload-dragger .el-link{font-size:13px}.el-upload-dragger .el-link [class*=iov-icon-]+span{margin-left:4px}.el-upload-dragger .el-upload__icon{font-size:30px;color:#ABAFB5;margin:0 auto}.el-upload-dragger .el-upload__btn{margin-top:10px;-ms-flex-item-align:center;align-self:center}.el-upload-dragger .el-upload__btn~.el-upload__tip{margin-top:8px}.el-upload-dragger .el-upload__tip{margin:4px auto 0;text-align:center;color:#A2A3AA}.el-upload-dragger .el-upload__remove{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-5px;right:-5px}.el-upload-dragger .el-upload__remove:before{margin-right:-12px;color:#fff;font-size:10px;position:relative;line-height:1}.el-upload-dragger .el-upload__remove:after{content:'';border-radius:100%;width:14px;height:14px;background:#777D87}.el-upload-dragger .el-upload__remove:hover:before{color:#fff}.el-upload-dragger .el-upload__remove:hover:after{background:#777D87}.el-upload-dragger .el-upload-list__item{position:inherit}.el-upload-dragger .el-upload-list__item:first-child{margin-top:0}.el-upload-dragger .el-upload-list__item .el-upload-list__file{margin-right:0;background:0 0}.el-upload-dragger .el-upload-list__item .el-upload-list__file .el-upload-list__item-name{margin-right:0}.el-upload-dragger .el-upload-list__item .el-upload-list__icon{margin:0 auto;display:block;width:30px;height:30px}.el-upload-dragger .el-upload-list__item .el-upload-list__name{display:block;height:auto;line-height:1;margin-top:8px;width:100%}.el-upload-dragger .el-upload-list__item .el-upload__btn{margin-top:10px}.el-upload-dragger .el-upload-list__item-status-label{left:24px;right:24px}.el-upload-dragger .el-upload-progress__text{margin:12px auto 0;color:#212026;font-size:12px;display:block}.el-upload-dragger .el-upload__text{margin:12px auto 0;color:#212026;font-size:12px;text-align:center}.el-upload-dragger:hover{border-color:#6179FF}.el-upload-dragger:active,.el-upload-dragger:fcous{border-color:#3F57FF}.el-upload-dragger.is-dragover{border-color:#6179FF}.el-upload-bg{padding:12px;background:rgba(246,247,248,.6);border-radius:4px}.el-upload-bg .el-upload-list__file{background:#fff}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{margin-top:4px;position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-upload-list__item:first-child{margin-top:8px}.el-upload-list__item .el-upload-success{color:#23B25D}.el-upload-list__item .iov-icon-delete{display:none;position:absolute;top:50%;right:8px;cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#777D87}.el-upload-list__item .iov-icon-delete:hover{color:#3F57FF}.el-upload-list__item:hover .iov-icon-delete{display:inline-block}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:hover{cursor:pointer}.el-upload-list__icon,.el-upload-list__name{height:20px;display:inline-block;vertical-align:middle}.el-upload-list__file{margin-right:30px;padding:5px 8px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;background:#F6F7F8;position:relative}.el-upload-list__icon{margin-right:4px;width:20px;background-repeat:no-repeat;background-position:center center;background-size:contain}.el-upload-list__name{line-height:20px;font-size:12px;color:#212026;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 50px)}.el-upload-list__name .file-name:hover{border-bottom:1px solid #212026}.el-upload-list__item-name{color:#212026;display:block}.el-upload-list__item-name [class^=iov-icon]{height:100%;margin-right:4px;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:8px;top:55%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#212026;display:none}.el-upload-list__item-delete:hover{color:#2F48FF}.el-upload-list--text .el-upload-list__item-name{margin-right:30px}.el-upload-list--text .el-upload-progress{position:relative;top:2px}.el-upload-list--text .el-upload-progress svg path:nth-child(1){stroke:#E6ECFE}.el-upload-list--text .el-upload-progress svg path:nth-child(2){stroke:#3F57FF}.el-upload-list--picture-card{display:inline}.el-upload-list--picture-card .el-upload-list__item{margin:0 8px 0 0;overflow:hidden;background:#fff;border:1px solid #DCDFE6;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:0;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item:first-child{margin-top:0}.el-upload-list--picture-card .el-upload-list__item.el-upload-list__item-large{width:106px;height:106px}.el-upload-list--picture-card .el-upload-list__item.el-upload-list__item-large .el-image__error,.el-upload-list--picture-card .el-upload-list__item.el-upload-list__item-large .el-image__placeholder{background-size:53px 53px}.el-upload-list--picture-card .el-upload-list__item.el-upload-list__item-medium{width:88px;height:88px}.el-upload-list--picture-card .el-upload-list__item.el-upload-list__item-medium .el-image__error,.el-upload-list--picture-card .el-upload-list__item.el-upload-list__item-medium .el-image__placeholder{background-size:44px 44px}.el-upload-list--picture-card .el-upload-list__item.el-upload-list__item-small{width:68px;height:68px}.el-upload-list--picture-card .el-upload-list__item.el-upload-list__item-small .el-image__error,.el-upload-list--picture-card .el-upload-list__item.el-upload-list__item-small .el-image__placeholder{background-size:34px 34px}.el-upload-list--picture-card .el-upload-list__file{margin:0 auto;padding:0;width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-name{height:100%}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%;display:block}.el-upload-list--picture-card .el-upload-list__item-thumbnail .el-image{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{left:10px;right:10px}.el-upload-list--picture-card .el-upload-progress__text{margin:8px auto 0;color:#212026;font-size:12px;display:block;text-align:center}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;background:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.el-upload-list--picture-card .el-upload-list__item-actions i{display:none;cursor:pointer;font-size:18px;color:#fff;-webkit-box-flex:0;-ms-flex:none;flex:none}.el-upload-list--picture-card .el-upload-list__item-actions .iov-icon-delete{position:relative;top:auto;right:auto;-webkit-transform:none;transform:none}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover i{display:inline-block;color:#fff}.el-upload-list .el-image__placeholder{display:inline-block;background:url(./assets/img_placeholder.png) center center/20px 20px no-repeat #F6F7F8}.el-upload-list .el-image__error{display:inline-block;background:url(./assets/img_fail.png) center center/20px 20px no-repeat #E5E6EB}.el-upload-list--picture .el-upload-list__file{padding:6px 8px}.el-upload-list--picture .el-upload-list__item-thumbnail{margin-right:8px;vertical-align:middle;display:inline-block;position:relative;background:#E5E6EB;border:1px solid #DCDFE6;border-radius:4px;font-size:0}.el-upload-list--picture .el-upload-list__item-thumbnail .el-image{width:40px;height:40px}.el-upload-list--picture .el-upload-list__name{width:calc(100% - 80px)}.el-upload-list--picture .el-upload-progress{position:relative;top:2px}.el-upload-list--picture .el-upload-progress svg path:nth-child(1){stroke:#E6ECFE}.el-upload-list--picture .el-upload-progress svg path:nth-child(2){stroke:#3F57FF}
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 78);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 85);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -327,7 +327,7 @@ var locale_ = __webpack_require__(7);
327
327
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
328
328
 
329
329
  // EXTERNAL MODULE: ./packages/date-picker/src/basic/time-spinner.vue + 4 modules
330
- var time_spinner = __webpack_require__(34);
330
+ var time_spinner = __webpack_require__(35);
331
331
 
332
332
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/date-picker/src/panel/time.vue?vue&type=script&lang=js&
333
333
  //
@@ -1800,7 +1800,7 @@ component.options.__file = "packages/date-picker/src/picker.vue"
1800
1800
 
1801
1801
  /***/ }),
1802
1802
 
1803
- /***/ 34:
1803
+ /***/ 35:
1804
1804
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1805
1805
 
1806
1806
  "use strict";
@@ -2522,7 +2522,14 @@ module.exports = require("iov-design/lib/mixins/locale");
2522
2522
 
2523
2523
  /***/ }),
2524
2524
 
2525
- /***/ 78:
2525
+ /***/ 8:
2526
+ /***/ (function(module, exports) {
2527
+
2528
+ module.exports = require("vue");
2529
+
2530
+ /***/ }),
2531
+
2532
+ /***/ 85:
2526
2533
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2527
2534
 
2528
2535
  "use strict";
@@ -2678,7 +2685,7 @@ var locale_ = __webpack_require__(7);
2678
2685
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
2679
2686
 
2680
2687
  // EXTERNAL MODULE: ./packages/date-picker/src/basic/time-spinner.vue + 4 modules
2681
- var time_spinner = __webpack_require__(34);
2688
+ var time_spinner = __webpack_require__(35);
2682
2689
 
2683
2690
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/date-picker/src/panel/time-range.vue?vue&type=script&lang=js&
2684
2691
  //
@@ -2993,13 +3000,6 @@ time_picker.install = function (Vue) {
2993
3000
 
2994
3001
  /***/ }),
2995
3002
 
2996
- /***/ 8:
2997
- /***/ (function(module, exports) {
2998
-
2999
- module.exports = require("vue");
3000
-
3001
- /***/ }),
3002
-
3003
3003
  /***/ 9:
3004
3004
  /***/ (function(module, exports) {
3005
3005
 
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 79);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 87);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -1440,7 +1440,14 @@ module.exports = require("iov-design/lib/utils/vue-popper");
1440
1440
 
1441
1441
  /***/ }),
1442
1442
 
1443
- /***/ 79:
1443
+ /***/ 8:
1444
+ /***/ (function(module, exports) {
1445
+
1446
+ module.exports = require("vue");
1447
+
1448
+ /***/ }),
1449
+
1450
+ /***/ 87:
1444
1451
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1445
1452
 
1446
1453
  "use strict";
@@ -1785,13 +1792,6 @@ picker_time_select.install = function (Vue) {
1785
1792
 
1786
1793
  /***/ }),
1787
1794
 
1788
- /***/ 8:
1789
- /***/ (function(module, exports) {
1790
-
1791
- module.exports = require("vue");
1792
-
1793
- /***/ }),
1794
-
1795
1795
  /***/ 9:
1796
1796
  /***/ (function(module, exports) {
1797
1797
 
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 95);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 106);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -189,7 +189,7 @@ function normalizeComponent (
189
189
 
190
190
  /***/ }),
191
191
 
192
- /***/ 95:
192
+ /***/ 106:
193
193
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
194
194
 
195
195
  "use strict";
package/lib/timeline.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 136);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 138);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -189,7 +189,7 @@ function normalizeComponent (
189
189
 
190
190
  /***/ }),
191
191
 
192
- /***/ 136:
192
+ /***/ 138:
193
193
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
194
194
 
195
195
  "use strict";
package/lib/tooltip.js CHANGED
@@ -82,12 +82,12 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 142);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 150);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 142:
90
+ /***/ 150:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
package/lib/transfer.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 67);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 74);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -224,14 +224,21 @@ module.exports = require("iov-design/lib/mixins/emitter");
224
224
 
225
225
  /***/ }),
226
226
 
227
- /***/ 41:
227
+ /***/ 42:
228
228
  /***/ (function(module, exports) {
229
229
 
230
230
  module.exports = require("iov-design/lib/checkbox-group");
231
231
 
232
232
  /***/ }),
233
233
 
234
- /***/ 67:
234
+ /***/ 7:
235
+ /***/ (function(module, exports) {
236
+
237
+ module.exports = require("iov-design/lib/mixins/locale");
238
+
239
+ /***/ }),
240
+
241
+ /***/ 74:
235
242
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
236
243
 
237
244
  "use strict";
@@ -525,7 +532,7 @@ transfer_panelvue_type_template_id_2ddab8bd_render._withStripped = true
525
532
  // CONCATENATED MODULE: ./packages/transfer/src/transfer-panel.vue?vue&type=template&id=2ddab8bd&
526
533
 
527
534
  // EXTERNAL MODULE: external "iov-design/lib/checkbox-group"
528
- var checkbox_group_ = __webpack_require__(41);
535
+ var checkbox_group_ = __webpack_require__(42);
529
536
  var checkbox_group_default = /*#__PURE__*/__webpack_require__.n(checkbox_group_);
530
537
 
531
538
  // EXTERNAL MODULE: external "iov-design/lib/checkbox"
@@ -1092,13 +1099,6 @@ main.install = function (Vue) {
1092
1099
 
1093
1100
  /* harmony default export */ var transfer = __webpack_exports__["default"] = (main);
1094
1101
 
1095
- /***/ }),
1096
-
1097
- /***/ 7:
1098
- /***/ (function(module, exports) {
1099
-
1100
- module.exports = require("iov-design/lib/mixins/locale");
1101
-
1102
1102
  /***/ })
1103
1103
 
1104
1104
  /******/ });
package/lib/tree.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 61);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 68);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -231,7 +231,7 @@ module.exports = require("iov-design/lib/mixins/emitter");
231
231
 
232
232
  /***/ }),
233
233
 
234
- /***/ 61:
234
+ /***/ 68:
235
235
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
236
236
 
237
237
  "use strict";