style: change appstore tag style (#10134)

This commit is contained in:
CityFun 2025-08-25 18:55:57 +08:00 committed by GitHub
parent c752ea4959
commit f45af6e0cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,4 +141,8 @@ onBeforeUnmount(() => {
.el-check-tag.el-check-tag--primary.is-checked {
background-color: var(--el-color-info-light-9) !important;
}
.el-check-tag:hover {
background-color: var(--el-color-info-light-9) !important;
}
</style>