style: Table样式修改
This commit is contained in:
parent
411c0f792a
commit
5fc57bdb08
|
@ -51,8 +51,8 @@ const getIconifyStyle = computed(() => {
|
||||||
.iconify {
|
.iconify {
|
||||||
&:hover {
|
&:hover {
|
||||||
:deep(svg) {
|
:deep(svg) {
|
||||||
// prettier-ignore
|
// stylelint-disable-next-line
|
||||||
color: v-bind(hovercolor) !important;
|
color: v-bind(hoverColor) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue