mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
feat:
This commit is contained in:
parent
a63ea18b58
commit
6a938ba1a8
|
|
@ -38,7 +38,7 @@
|
|||
<el-popover :width="170" trigger="click" :visible="popoverVisible">
|
||||
<template #reference>
|
||||
<el-button
|
||||
:type="(filter.min_star || filter.min_trample) && 'primary'"
|
||||
:type="filter.min_star || filter.min_trample ? 'primary' : ''"
|
||||
link
|
||||
@click="popoverVisible = !popoverVisible"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue