diff --git a/components/anchor/style/index.less b/components/anchor/style/index.less index 235eb78152..3a5ddec9aa 100644 --- a/components/anchor/style/index.less +++ b/components/anchor/style/index.less @@ -51,8 +51,8 @@ } &-link { - padding: 8px 0 8px 16px; - line-height: 1; + padding: 7px 0 7px 16px; + line-height: 1.143; &-title { display: block; @@ -62,7 +62,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - margin-bottom: 8px; + margin-bottom: 6px; &:only-child { margin-bottom: 0; @@ -75,7 +75,7 @@ } &-link &-link { - padding-top: 6px; - padding-bottom: 6px; + padding-top: 5px; + padding-bottom: 5px; } }