diff --git a/examples/sites/demos/pc/app/numeric/controls-composition-api.vue b/examples/sites/demos/pc/app/numeric/controls-composition-api.vue
index 64e0ff147..bfc7e5bea 100644
--- a/examples/sites/demos/pc/app/numeric/controls-composition-api.vue
+++ b/examples/sites/demos/pc/app/numeric/controls-composition-api.vue
@@ -1,9 +1,9 @@
-
1. 隐藏加减按钮
-
-
2. 加减按钮全置于右侧
-
+
隐藏加减按钮:
+
+
加减按钮全置于右侧:
+
@@ -15,3 +15,9 @@ const controls = ref(false)
const value1 = ref(1)
const value2 = ref(2)
+
+
diff --git a/examples/sites/demos/pc/app/numeric/controls.vue b/examples/sites/demos/pc/app/numeric/controls.vue
index 1b4e08143..17adb0e31 100644
--- a/examples/sites/demos/pc/app/numeric/controls.vue
+++ b/examples/sites/demos/pc/app/numeric/controls.vue
@@ -1,9 +1,9 @@
-
1. 隐藏加减按钮
-
-
2. 加减按钮全置于右侧
-
+
隐藏加减按钮:
+
+
加减按钮全置于右侧:
+
@@ -23,3 +23,9 @@ export default {
}
}
+
+
diff --git a/examples/sites/demos/pc/app/numeric/precision-composition-api.vue b/examples/sites/demos/pc/app/numeric/precision-composition-api.vue
index c821368a9..bcc67547e 100644
--- a/examples/sites/demos/pc/app/numeric/precision-composition-api.vue
+++ b/examples/sites/demos/pc/app/numeric/precision-composition-api.vue
@@ -1,8 +1,8 @@
- 1、数值精度
-
- 2、数值格式
-
+ 数值精度:
+
+ 数值格式:
+
+
+
diff --git a/examples/sites/demos/pc/app/numeric/precision.vue b/examples/sites/demos/pc/app/numeric/precision.vue
index a80a58176..87ca4ec95 100644
--- a/examples/sites/demos/pc/app/numeric/precision.vue
+++ b/examples/sites/demos/pc/app/numeric/precision.vue
@@ -1,9 +1,9 @@
-
1、数值精度
-
-
2、数值格式
-
+
数值精度:
+
+
数值格式:
+
@@ -36,3 +36,9 @@ export default {
}
}
+
+
diff --git a/packages/theme/src/numeric/index.less b/packages/theme/src/numeric/index.less
index 5b973f649..51d6e7b83 100644
--- a/packages/theme/src/numeric/index.less
+++ b/packages/theme/src/numeric/index.less
@@ -205,6 +205,7 @@
border-left: 1px solid var(--ti-numeric-input-unit-border-left-color);
margin: 0 1px 0 0;
background: var(--ti-numeric-input-unit-bg-color);
+ border-radius: var(--ti-numeric-input-border-radius);
}
&.is-disabled &__decrease,