feat
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
</a-button>
|
</a-button>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<!-- <li>
|
||||||
<a-tooltip :content="$t('settings.navbar.alerts')">
|
<a-tooltip :content="$t('settings.navbar.alerts')">
|
||||||
<div class="message-box-trigger">
|
<div class="message-box-trigger">
|
||||||
<a-badge :count="9" dot>
|
<a-badge :count="9" dot>
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
<message-box />
|
<message-box />
|
||||||
</template>
|
</template>
|
||||||
</a-popover>
|
</a-popover>
|
||||||
</li>
|
</li> -->
|
||||||
<li>
|
<li>
|
||||||
<a-tooltip :content="isFullscreen ? t('settings.navbar.screen.toExit') : t('settings.navbar.screen.toFull')">
|
<a-tooltip :content="isFullscreen ? t('settings.navbar.screen.toExit') : t('settings.navbar.screen.toFull')">
|
||||||
<a-button class="nav-btn" type="outline" :shape="'circle'" @click="toggleFullScreen">
|
<a-button class="nav-btn" type="outline" :shape="'circle'" @click="toggleFullScreen">
|
||||||
|
|||||||
Reference in New Issue
Block a user