Skip to content

Commit

Permalink
fix: update _common
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Apr 6, 2023
1 parent 0710fc4 commit c0d9190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 44 files
+13 −29 docs/mobile/api/image.md
+17 −5 docs/mobile/api_v2/cascader.md
+23 −0 docs/mobile/api_v2/empty.md
+2 −28 docs/mobile/api_v2/image.md
+19 −5 docs/mobile/api_v2/search.md
+13 −12 docs/mobile/api_v2/skeleton.md
+5 −2 docs/mobile/api_v2/sticky.md
+9 −6 docs/web/api/back-top.md
+36 −0 docs/web/api/breadcrumb.en-US.md
+69 −0 docs/web/api/drawer.en-US.md
+61 −0 docs/web/api/dropdown.en-US.md
+70 −0 docs/web/api/menu.en-US.md
+17 −0 docs/web/api/message.en-US.md
+37 −0 docs/web/api/notification.en-US.md
+54 −0 docs/web/api/pagination.en-US.md
+37 −0 docs/web/api/popconfirm.en-US.md
+65 −0 docs/web/api/popup.en-US.md
+38 −0 docs/web/api/statistic.md
+20 −0 docs/web/api/sticky-tool.md
+2 −2 docs/web/api/table.md
+3 −4 js/date-picker/format.ts
+1 −1 js/input-number/number.ts
+0 −217 js/table/recalculate-column-width.ts
+0 −121 js/table/set-column-width-by-drag.ts
+1 −1 package.json
+1 −0 style/mobile/components/cascader/v2/_index.less
+15 −15 style/mobile/components/image/v2/_index.less
+2 −0 style/mobile/components/input/v2/_index.less
+5 −5 style/mobile/components/loading/_index.less
+0 −35 style/mobile/components/picker-item/v2/_index.less
+0 −6 style/mobile/components/picker-item/v2/_var.less
+29 −1 style/mobile/components/picker/v2/_index.less
+6 −0 style/mobile/components/picker/v2/_var.less
+19 −7 style/mobile/components/search/v2/_index.less
+100 −2 style/mobile/utilities/_index.less
+12 −4 style/web/components/alert/_index.less
+6 −5 style/web/components/alert/_var.less
+6 −6 style/web/components/image-viewer/_index.less
+2 −0 style/web/components/loading/_index.less
+50 −0 style/web/components/statistic/_index.less
+30 −0 style/web/components/statistic/_var.less
+6 −0 style/web/components/sticky-tool/_index.less
+4 −0 style/web/components/sticky-tool/_mixin.less
+7 −0 style/web/components/sticky-tool/_var.less

0 comments on commit c0d9190

Please sign in to comment.