更新el-button的样式

This commit is contained in:
haiyangcui
2020-10-15 21:25:14 +02:00
parent 970a359aba
commit f7ed0e1c29
4 changed files with 16 additions and 4 deletions

View File

@@ -82,7 +82,10 @@
}
}
.el-button{
color: var(--d-fc-3);
color: var(--d-fc-1);
&:hover{
color: var(--d-fc-3)
}
}
}
}

View File

@@ -80,7 +80,10 @@
}
}
.el-button{
color: var(--g-fc-3);
color: var(--g-fc-1);
&:hover{
color: var(--g-fc-3)
}
}
}
}

View File

@@ -80,7 +80,10 @@
}
}
.el-button{
color: var(--l-fc-3);
color: var(--l-fc-1);
&:hover{
color: var(--l-fc-3)
}
}
}
}

View File

@@ -79,7 +79,10 @@
}
}
.el-button{
color: var(--p-fc-3);
color: var(--p-fc-1);
&:hover{
color: var(--p-fc-3)
}
}
}
}