mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00
Invoice (#2435)
* feat: invoice (#2293) * feat: default voice header * add i18n * refactor: 优化代码 * feat: 用户开票 * refactor: 代码优化&&样式联调 (#2384) * Feat: invoice upload (#2424) * refactor: 验收问题&&样式调整 * feat: 文件上传 * 小调整 * perf: invoice ui --------- Co-authored-by: papapatrick <109422393+Patrickill@users.noreply.github.com>
This commit is contained in:
10
packages/web/components/common/Icon/icons/infoRounded.svg
Normal file
10
packages/web/components/common/Icon/icons/infoRounded.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="icon/line/info-rounded" clip-path="url(#clip0_9300_11)">
|
||||
<path id="Icon (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M6.99991 2.05302C4.26775 2.05302 2.0529 4.26787 2.0529 7.00003C2.0529 9.73219 4.26775 11.947 6.99991 11.947C9.73207 11.947 11.9469 9.73219 11.9469 7.00003C11.9469 4.26787 9.73207 2.05302 6.99991 2.05302ZM0.88623 7.00003C0.88623 3.62354 3.62342 0.886353 6.99991 0.886353C10.3764 0.886353 13.1136 3.62354 13.1136 7.00003C13.1136 10.3765 10.3764 13.1137 6.99991 13.1137C3.62342 13.1137 0.88623 10.3765 0.88623 7.00003ZM6.41657 4.78789C6.41657 4.46573 6.67774 4.20456 6.99991 4.20456H7.00544C7.3276 4.20456 7.58877 4.46573 7.58877 4.78789C7.58877 5.11006 7.3276 5.37123 7.00544 5.37123H6.99991C6.67774 5.37123 6.41657 5.11006 6.41657 4.78789ZM6.99991 6.4167C7.32207 6.4167 7.58324 6.67786 7.58324 7.00003V9.21217C7.58324 9.53433 7.32207 9.7955 6.99991 9.7955C6.67774 9.7955 6.41657 9.53433 6.41657 9.21217V7.00003C6.41657 6.67786 6.67774 6.4167 6.99991 6.4167Z" />
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_9300_11">
|
||||
<rect width="14" height="14" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
3
packages/web/components/common/Icon/icons/paragraph.svg
Normal file
3
packages/web/components/common/Icon/icons/paragraph.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.19885 4.05802C1.19885 3.68983 1.51614 3.39136 1.90752 3.39136H14.0924C14.4838 3.39136 14.8011 3.68983 14.8011 4.05802C14.8011 4.42621 14.4838 4.72469 14.0924 4.72469H1.90752C1.51614 4.72469 1.19885 4.42621 1.19885 4.05802ZM1.19885 7.95852C1.19885 7.59033 1.51614 7.29185 1.90752 7.29185H14.0924C14.4838 7.29185 14.8011 7.59033 14.8011 7.95852C14.8011 8.32671 14.4838 8.62518 14.0924 8.62518H1.90752C1.51614 8.62518 1.19885 8.32671 1.19885 7.95852ZM1.19885 11.942C1.19885 11.5738 1.51614 11.2753 1.90752 11.2753H9.71358C10.105 11.2753 10.4222 11.5738 10.4222 11.942C10.4222 12.3102 10.105 12.6087 9.71358 12.6087H1.90752C1.51614 12.6087 1.19885 12.3102 1.19885 11.942Z" />
|
||||
</svg>
|
After Width: | Height: | Size: 805 B |
3
packages/web/components/common/Icon/icons/point.svg
Normal file
3
packages/web/components/common/Icon/icons/point.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6" fill="none">
|
||||
<circle cx="3" cy="3" r="3" />
|
||||
</svg>
|
After Width: | Height: | Size: 114 B |
Reference in New Issue
Block a user