style: 添加常见问题链接

This commit is contained in:
kailong321200875
2023-12-26 11:04:14 +08:00
parent 608bf50e1c
commit 16b93757d3
2 changed files with 13 additions and 11 deletions

View File

@@ -50,14 +50,16 @@ const getIconifyStyle = computed(() => {
.@{prefix-cls} {
:deep(svg) {
&:hover {
color: v-bind(hovercolor) !important;
// stylelint-disable-next-line
color: v-bind(hoverColor) !important;
}
}
}
.iconify {
&:hover {
color: v-bind(hovercolor) !important;
// stylelint-disable-next-line
color: v-bind(hoverColor) !important;
}
}
</style>