mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +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));
|
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
|
||||||
::v-deep(.el-card) {
|
:deep(.el-card) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
.el-card__header {
|
.el-card__header {
|
||||||
|
Loading…
Reference in New Issue
Block a user