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