fix(swiper): 修复左右按钮图标适配性问题

This commit is contained in:
nineya 2023-09-18 09:24:38 +08:00
parent 4f87cba370
commit 4b1959fe31

View File

@ -1557,15 +1557,17 @@ table td, table th {
background: rgba(0, 0, 0, .1); background: rgba(0, 0, 0, .1);
border-radius: 2px; border-radius: 2px;
opacity: 0; opacity: 0;
overflow: hidden;
transition: all 0.3s; transition: all 0.3s;
&:after { &:after {
font-family: remixicon; font-family: remixicon;
font-size: 40px; font-size: 36px;
margin-left: -4px;
letter-spacing: 0; letter-spacing: 0;
text-transform: none; text-transform: none;
font-variant: initial; font-variant: initial;
line-height: 1; line-height: 44px;
} }
&:hover { &:hover {
@ -1585,7 +1587,7 @@ table td, table th {
right: auto; right: auto;
&:after { &:after {
content: '\ea6e'; content: '\ea64';
} }
} }
@ -1595,7 +1597,7 @@ table td, table th {
left: auto; left: auto;
&:after { &:after {
content: '\ea64'; content: '\ea6e';
} }
} }