@@ -170,6 +170,10 @@
width: 51px;
height: 51px;
}
+ span {
+ font-size: 17px;
+ white-space: nowrap;
+ }
.max {
@@ -189,7 +193,7 @@
span {
position: absolute;
- font-size: 14px;
+ font-size: 15px;
color: #ffffff;
width: 60px;
text-align: center;
@@ -20,14 +20,4 @@
<script lang="ts" setup></script>
-<style scoped lang="scss">
- .my-swipe {
- background-color: red;
- width: 345px;
- height: 100px;
- margin: auto;
- }
- .iconActive {
- fill: #ffffff;
-</style>
+<style scoped lang="scss"></style>