mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-11 16:06:02 +08:00
style: change appstore tag style (#10134)
This commit is contained in:
parent
c752ea4959
commit
f45af6e0cc
1 changed files with 4 additions and 0 deletions
|
@ -141,4 +141,8 @@ onBeforeUnmount(() => {
|
||||||
.el-check-tag.el-check-tag--primary.is-checked {
|
.el-check-tag.el-check-tag--primary.is-checked {
|
||||||
background-color: var(--el-color-info-light-9) !important;
|
background-color: var(--el-color-info-light-9) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-check-tag:hover {
|
||||||
|
background-color: var(--el-color-info-light-9) !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue