feat: 修改应用已安装和可升级页面的标签选择 (#4229)

This commit is contained in:
zhengkunwang 2024-03-18 22:34:10 +08:00 committed by GitHub
parent 329bb94d3c
commit 0e159f944a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
>