This commit is contained in:
xiaoguangbin 2023-11-30 10:15:49 +08:00
commit bd809b8368

View File

@ -151,4 +151,12 @@ export default {
}
}
}
.ant-card-bordered {
border: none;
padding: 20px;
}
/deep/.ant-card-meta-title {
font-weight: 700;
font-size: 18px;
}
</style>