This commit is contained in:
zhutianqi
2021-10-21 09:33:35 +08:00
parent 0da8c7b44d
commit bed01d4afb
@@ -461,7 +461,7 @@ export default {
} }
} }
.card-top-right { .card-top-right {
width: 200px; width: 250px;
.card-top-right-text { .card-top-right-text {
margin: 40px 0 5px 0; margin: 40px 0 5px 0;
color: #e6e6e6; color: #e6e6e6;
@@ -469,7 +469,7 @@ export default {
} }
.card-top-right-line { .card-top-right-line {
height: 3px; height: 3px;
width: 200px; width: 250px;
background: #e6e6e6; background: #e6e6e6;
} }
} }