mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-05 21:14:40 +08:00
style: change appstore tag style (#10142)
This commit is contained in:
parent
9591409fe2
commit
283609cf2d
1 changed files with 3 additions and 7 deletions
|
@ -13,16 +13,12 @@
|
|||
</el-check-tag>
|
||||
<div class="inline" v-if="hiddenTags.length > 0">
|
||||
<el-dropdown>
|
||||
<el-button
|
||||
class="tag-button"
|
||||
:type="moreTag !== '' ? 'primary' : ''"
|
||||
:class="moreTag !== '' ? '' : 'no-active'"
|
||||
>
|
||||
<el-check-tag :checked="moreTag !== ''">
|
||||
{{ moreTag == '' ? $t('tabs.more') : getTagValue(moreTag) }}
|
||||
<el-icon class="el-icon--right">
|
||||
<el-icon :size="10">
|
||||
<arrow-down />
|
||||
</el-icon>
|
||||
</el-button>
|
||||
</el-check-tag>
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu>
|
||||
<el-dropdown-item v-for="item in hiddenTags" @click="changeTag(item.key)" :key="item.key">
|
||||
|
|
Loading…
Add table
Reference in a new issue