style(docs): [overview] replace ::v-deep with :deep (#16200)

chore: `::v-deep` to `:deep`
This commit is contained in:
Hooray Hu 2024-03-22 14:38:01 +08:00 committed by GitHub
parent 95244e1a51
commit 825ce7e0b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ const getIcon = (link: string) => {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 16px;
::v-deep(.el-card) {
:deep(.el-card) {
cursor: pointer;
.el-card__header {