mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-10 23:47:39 +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>
|
</el-check-tag>
|
||||||
<div class="inline" v-if="hiddenTags.length > 0">
|
<div class="inline" v-if="hiddenTags.length > 0">
|
||||||
<el-dropdown>
|
<el-dropdown>
|
||||||
<el-button
|
<el-check-tag :checked="moreTag !== ''">
|
||||||
class="tag-button"
|
|
||||||
:type="moreTag !== '' ? 'primary' : ''"
|
|
||||||
:class="moreTag !== '' ? '' : 'no-active'"
|
|
||||||
>
|
|
||||||
{{ moreTag == '' ? $t('tabs.more') : getTagValue(moreTag) }}
|
{{ moreTag == '' ? $t('tabs.more') : getTagValue(moreTag) }}
|
||||||
<el-icon class="el-icon--right">
|
<el-icon :size="10">
|
||||||
<arrow-down />
|
<arrow-down />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
</el-button>
|
</el-check-tag>
|
||||||
<template #dropdown>
|
<template #dropdown>
|
||||||
<el-dropdown-menu>
|
<el-dropdown-menu>
|
||||||
<el-dropdown-item v-for="item in hiddenTags" @click="changeTag(item.key)" :key="item.key">
|
<el-dropdown-item v-for="item in hiddenTags" @click="changeTag(item.key)" :key="item.key">
|
||||||
|
|
Loading…
Add table
Reference in a new issue