diff --git a/components/table/style/index.less b/components/table/style/index.less index 96b2e41da7..600ed2c955 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -272,14 +272,15 @@ height: 4px; transition: all .3s; position: relative; + display: block; } &-down { margin-top: 1.5px; } - .@{iconfont-css-prefix}-caret-down { - top: -1.5px; + .@{iconfont-css-prefix}-caret-up { + margin-top: 0.5px; } }