diff --git a/packages/vant-cli/site/desktop/components/Content.vue b/packages/vant-cli/site/desktop/components/Content.vue
index efab1e91e..ec0ee2ff0 100644
--- a/packages/vant-cli/site/desktop/components/Content.vue
+++ b/packages/vant-cli/site/desktop/components/Content.vue
@@ -73,7 +73,7 @@ export default {
> h6 {
color: @van-doc-black;
font-weight: normal;
- line-height: 1.5;
+ line-height: 1.6;
&[id] {
cursor: pointer;
@@ -83,19 +83,19 @@ export default {
> h3 {
margin-bottom: 16px;
font-weight: 600;
- font-size: 19px;
+ font-size: 20px;
}
> h4 {
margin: 24px 0 12px;
font-weight: 600;
- font-size: 16px;
+ font-size: 18px;
}
> h5 {
margin: 24px 0 12px;
font-weight: 600;
- font-size: 15px;
+ font-size: 16px;
}
> p,
@@ -206,7 +206,6 @@ export default {
font-family: inherit;
font-weight: 600;
word-break: keep-all;
- background-color: @van-doc-background-color;
border-radius: 4px;
-webkit-font-smoothing: antialiased;
}
@@ -248,13 +247,13 @@ export default {
h1 {
margin: 0 0 30px;
- font-size: 30px;
+ font-size: 34px;
cursor: default;
}
h2 {
margin: 45px 0 20px;
- font-size: 25px;
+ font-size: 26px;
}
}
diff --git a/packages/vant/src/action-sheet/ActionSheet.tsx b/packages/vant/src/action-sheet/ActionSheet.tsx
index b2d7ae8dd..23ee7cae8 100644
--- a/packages/vant/src/action-sheet/ActionSheet.tsx
+++ b/packages/vant/src/action-sheet/ActionSheet.tsx
@@ -8,6 +8,7 @@ import {
makeArrayProp,
makeStringProp,
createNamespace,
+ HAPTICS_FEEDBACK,
} from '../utils';
// Components
@@ -73,7 +74,7 @@ export default defineComponent({
{props.closeable && (
)}
diff --git a/packages/vant/src/action-sheet/README.md b/packages/vant/src/action-sheet/README.md
index 551d9558f..ee342726d 100644
--- a/packages/vant/src/action-sheet/README.md
+++ b/packages/vant/src/action-sheet/README.md
@@ -256,7 +256,6 @@ The component provides the following CSS variables, which can be used to customi
| --van-action-sheet-subname-line-height | _var(--van-line-height-sm)_ | - |
| --van-action-sheet-close-icon-size | _22px_ | - |
| --van-action-sheet-close-icon-color | _var(--van-gray-5)_ | - |
-| --van-action-sheet-close-icon-active-color | _var(--van-gray-6)_ | - |
| --van-action-sheet-close-icon-padding | _0 var(--van-padding-md)_ | - |
| --van-action-sheet-cancel-text-color | _var(--van-gray-7)_ | - |
| --van-action-sheet-cancel-padding-top | _var(--van-padding-xs)_ | - |
diff --git a/packages/vant/src/action-sheet/README.zh-CN.md b/packages/vant/src/action-sheet/README.zh-CN.md
index fa398bf36..23996337f 100644
--- a/packages/vant/src/action-sheet/README.zh-CN.md
+++ b/packages/vant/src/action-sheet/README.zh-CN.md
@@ -268,7 +268,6 @@ import type { ActionSheetProps, ActionSheetAction } from 'vant';
| --van-action-sheet-subname-line-height | _var(--van-line-height-sm)_ | - |
| --van-action-sheet-close-icon-size | _22px_ | - |
| --van-action-sheet-close-icon-color | _var(--van-gray-5)_ | - |
-| --van-action-sheet-close-icon-active-color | _var(--van-gray-6)_ | - |
| --van-action-sheet-close-icon-padding | _0 var(--van-padding-md)_ | - |
| --van-action-sheet-cancel-text-color | _var(--van-gray-7)_ | - |
| --van-action-sheet-cancel-padding-top | _var(--van-padding-xs)_ | - |
diff --git a/packages/vant/src/action-sheet/index.less b/packages/vant/src/action-sheet/index.less
index e561bd720..21f852d85 100644
--- a/packages/vant/src/action-sheet/index.less
+++ b/packages/vant/src/action-sheet/index.less
@@ -18,7 +18,6 @@
--van-action-sheet-subname-line-height: @action-sheet-subname-line-height;
--van-action-sheet-close-icon-size: @action-sheet-close-icon-size;
--van-action-sheet-close-icon-color: @action-sheet-close-icon-color;
- --van-action-sheet-close-icon-active-color: @action-sheet-close-icon-active-color;
--van-action-sheet-close-icon-padding: @action-sheet-close-icon-padding;
--van-action-sheet-cancel-text-color: @action-sheet-cancel-text-color;
--van-action-sheet-cancel-padding-top: @action-sheet-cancel-padding-top;
@@ -129,9 +128,5 @@
color: var(--van-action-sheet-close-icon-color);
font-size: var(--van-action-sheet-close-icon-size);
line-height: inherit;
-
- &:active {
- color: var(--van-action-sheet-close-icon-active-color);
- }
}
}
diff --git a/packages/vant/src/action-sheet/test/__snapshots__/index.spec.ts.snap b/packages/vant/src/action-sheet/test/__snapshots__/index.spec.ts.snap
index af1a4b4b0..4de50d3d3 100644
--- a/packages/vant/src/action-sheet/test/__snapshots__/index.spec.ts.snap
+++ b/packages/vant/src/action-sheet/test/__snapshots__/index.spec.ts.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should allow to custom close icon with closeIcon prop 1`] = `
-
+
`;
@@ -22,7 +22,7 @@ exports[`should render default slot correctly 1`] = `