fix: 样式错误

This commit is contained in:
shaohuzhang1 2023-11-30 17:18:40 +08:00
parent 65d991040d
commit b71ce75b3a

View File

@ -324,11 +324,6 @@ onUpdated(() => {
} }
.dialog-card { .dialog-card {
border: none; border: none;
display: flex;
:deep(.el-card__body) {
display: flex;
align-items: center;
}
} }
} }
</style> </style>