feat:
This commit is contained in:
parent
a63ea18b58
commit
6a938ba1a8
@ -38,7 +38,7 @@
|
|||||||
<el-popover :width="170" trigger="click" :visible="popoverVisible">
|
<el-popover :width="170" trigger="click" :visible="popoverVisible">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button
|
<el-button
|
||||||
:type="(filter.min_star || filter.min_trample) && 'primary'"
|
:type="filter.min_star || filter.min_trample ? 'primary' : ''"
|
||||||
link
|
link
|
||||||
@click="popoverVisible = !popoverVisible"
|
@click="popoverVisible = !popoverVisible"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user