mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
style(docs): [overview] replace ::v-deep
with :deep
(#16200)
chore: `::v-deep` to `:deep`
This commit is contained in:
parent
95244e1a51
commit
825ce7e0b8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user