fix: 首页统计卡片成功率文字换行问题

This commit is contained in:
dhb52 2024-05-22 23:30:33 +08:00
parent 7f22f9b355
commit d0a6b3faef

View File

@ -296,6 +296,6 @@ function getGradientColor(color: CardData['color']) {
}
:deep(.n-progress-icon--as-text) {
width: 53px !important;
width: 60px !important;
}
</style>