fix(components): [tabs] arrow icon centered horizontally (#9989)

This commit is contained in:
btea 2022-10-02 19:16:42 +08:00 committed by GitHub
parent 7b2f1c5bb9
commit e582a2f4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,8 @@
line-height: 44px;
font-size: 12px;
color: getCssVar('text-color', 'secondary');
width: 20px;
text-align: center;
}
@include e(nav-next) {
right: 0;