text按钮误伤了
This commit is contained in:
@@ -242,6 +242,28 @@ aside {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-button--text {
|
||||||
|
--el-button-text-color: var(--app-primary);
|
||||||
|
color: var(--app-primary);
|
||||||
|
background: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
padding: 0 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-button--text:hover,
|
||||||
|
.el-button--text:focus {
|
||||||
|
color: var(--app-secondary);
|
||||||
|
background: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-button--text .el-button__text,
|
||||||
|
.el-button--text span,
|
||||||
|
.el-button--text .svg-icon,
|
||||||
|
.el-button--text i {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.el-card__header {
|
.el-card__header {
|
||||||
background: linear-gradient(90deg, #1c2b3a 0%, #25384a 100%);
|
background: linear-gradient(90deg, #1c2b3a 0%, #25384a 100%);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user