This commit is contained in:
GGJ
2025-03-25 20:36:36 +08:00
parent 63c3544c68
commit 9ac4f65807
2 changed files with 18 additions and 3 deletions

View File

@@ -156,8 +156,11 @@ onMounted(() => {
flex: 2; /* 占2份高度 */
}
}
:deep(.el-card__header) {
padding: 10px;
border-bottom: 1px solid #ebebeb;
:deep(.el-card) {
border-radius: 10px;
.el-card__header {
padding: 10px;
border-bottom: 1px solid #ebebeb;
}
}
</style>