mirror of
https://github.com/1Panel-dev/1Panel
synced 2024-11-21 23:29:44 +00:00
feat: 修改应用已安装和可升级页面的标签选择 (#4229)
This commit is contained in:
parent
329bb94d3c
commit
0e159f944a
@ -13,7 +13,7 @@
|
||||
>
|
||||
{{ $t('app.all') }}
|
||||
</el-button>
|
||||
<div v-for="item in tags.slice(0, 6)" :key="item.key" class="inline">
|
||||
<div v-for="item in tags.slice(0, 7)" :key="item.key" class="inline">
|
||||
<el-button
|
||||
class="tag-button"
|
||||
:class="activeTag === item.key ? '' : 'no-active'"
|
||||
@ -39,7 +39,7 @@
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu>
|
||||
<el-dropdown-item
|
||||
v-for="item in tags.slice(6)"
|
||||
v-for="item in tags.slice(7)"
|
||||
@click="changeTag(item.key)"
|
||||
:key="item.key"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user