diff --git a/style/web/components/descriptions/_index.less b/style/web/components/descriptions/_index.less index 6a45304e96..cbcd18dae7 100644 --- a/style/web/components/descriptions/_index.less +++ b/style/web/components/descriptions/_index.less @@ -59,7 +59,11 @@ :not(&--fixed):not(&--border) { @{root}__label { - padding-right: @comp-paddingLR-l; + &::after { + content: ':'; + display: inline-block; + margin-left: @comp-margin-s; + } } } }