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 @@ @@ -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 @@ @@ -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 @@ + + 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 @@ @@ -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,