diff --git a/.dumi/plugin-gallery/gallery.less b/.dumi/plugin-gallery/gallery.less index 3e3f98f03a..d9f09f41a0 100644 --- a/.dumi/plugin-gallery/gallery.less +++ b/.dumi/plugin-gallery/gallery.less @@ -18,7 +18,7 @@ body { min-height: 0; height: 0; overflow-y: scroll; - background: rgb(245, 247, 250); + background: var(--adm-color-background); &::-webkit-scrollbar { width: 4px; } @@ -34,7 +34,6 @@ body { } .guide { - background: #ffffff; font-size: 15px; padding: 12px; border-bottom: solid 1px #eeeeee; @@ -52,5 +51,4 @@ body { .search { padding: 12px; - background-color: #fff; } diff --git a/.npmrc b/.npmrc index aff8a3283c..da04161e36 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ strict-peer-dependencies = false +auto-install-peers=false \ No newline at end of file diff --git a/README.md b/README.md index 74bdcf6f04..ea20ea24d5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ $ npm install --save antd-mobile $ yarn add antd-mobile # or $ pnpm add antd-mobile +# or +$ bun add antd-mobile ``` - **Fast**: It is carefully optimized for harsh scenes, without configuration, you can have the best package size and ultimate performance. diff --git a/docs/components/components/Main/MainSection/index.tsx b/docs/components/components/Main/MainSection/index.tsx index 5812027931..71c5bd33b2 100644 --- a/docs/components/components/Main/MainSection/index.tsx +++ b/docs/components/components/Main/MainSection/index.tsx @@ -31,7 +31,7 @@ export default (props: { isWidthScreen: boolean }) => {