diff --git a/src/list/List.tsx b/src/list/List.tsx
index be7cb4938..895cec922 100644
--- a/src/list/List.tsx
+++ b/src/list/List.tsx
@@ -118,7 +118,9 @@ export default defineComponent({
{slots.loading ? (
slots.loading()
) : (
- {props.loadingText || t('loading')}
+
+ {props.loadingText || t('loading')}
+
)}
);
diff --git a/src/list/README.md b/src/list/README.md
index 0e40759d0..b3944a10d 100644
--- a/src/list/README.md
+++ b/src/list/README.md
@@ -204,7 +204,8 @@ How to use: [Custom Theme](#/en-US/theme).
| Name | Default Value | Description |
| ----------------------- | --------------- | ----------- |
-| @list-icon-margin-right | `5px` | - |
+| @list-icon-margin-right | `@padding-base` | - |
| @list-text-color | `@gray-6` | - |
| @list-text-font-size | `@font-size-md` | - |
| @list-text-line-height | `50px` | - |
+| @list-loading-icon-size | `16px` | - |
diff --git a/src/list/README.zh-CN.md b/src/list/README.zh-CN.md
index 19f239f36..47de211a5 100644
--- a/src/list/README.zh-CN.md
+++ b/src/list/README.zh-CN.md
@@ -219,10 +219,11 @@ export default {
| 名称 | 默认值 | 描述 |
| ----------------------- | --------------- | ---- |
-| @list-icon-margin-right | `5px` | - |
+| @list-icon-margin-right | `@padding-base` | - |
| @list-text-color | `@gray-6` | - |
| @list-text-font-size | `@font-size-md` | - |
| @list-text-line-height | `50px` | - |
+| @list-loading-icon-size | `16px` | - |
## 常见问题
diff --git a/src/list/index.less b/src/list/index.less
index e86c4408b..99ab6352f 100644
--- a/src/list/index.less
+++ b/src/list/index.less
@@ -14,4 +14,11 @@
height: 0;
pointer-events: none;
}
+
+ &__loading-icon {
+ .van-loading__spinner {
+ width: @list-loading-icon-size;
+ height: @list-loading-icon-size;
+ }
+ }
}
diff --git a/src/list/test/__snapshots__/demo.spec.ts.snap b/src/list/test/__snapshots__/demo.spec.ts.snap
index b61c279a0..6ccee5f86 100644
--- a/src/list/test/__snapshots__/demo.spec.ts.snap
+++ b/src/list/test/__snapshots__/demo.spec.ts.snap
@@ -46,10 +46,8 @@ exports[`should render demo and match snapshot 1`] = `
aria-busy="true"
>
-
-
+
+