Merge branch 'main' of github.com:maxkb-dev/maxkb into main
This commit is contained in:
commit
f0002d9b4d
@ -35,7 +35,7 @@
|
|||||||
<template #header>
|
<template #header>
|
||||||
<div>
|
<div>
|
||||||
<span>用户反馈</span>
|
<span>用户反馈</span>
|
||||||
<el-popover :width="170" trigger="click" :visible="popoverVisible">
|
<el-popover :width="160" 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' : ''"
|
||||||
@ -59,19 +59,6 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item mb-16">
|
|
||||||
<div @click.stop>
|
|
||||||
<el-select
|
|
||||||
v-model="filter.comparer"
|
|
||||||
size="small"
|
|
||||||
style="width: 70px"
|
|
||||||
:teleported="false"
|
|
||||||
>
|
|
||||||
<el-option label="and" value="and" />
|
|
||||||
<el-option label="or" value="or" />
|
|
||||||
</el-select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-item mb-16">
|
<div class="form-item mb-16">
|
||||||
<div @click.stop>
|
<div @click.stop>
|
||||||
反对 >=
|
反对 >=
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user