Доработка приложение, исправление ошибок

This commit is contained in:
2024-07-10 09:20:37 +07:00
parent 95b3e979ad
commit ad1795ba01
7 changed files with 101 additions and 130 deletions
+3 -4
View File
@@ -110,10 +110,9 @@ function select_input(event){
<template>
<div data-tauri-drag-region class="z-50 titlebar h-[30px] select-none fixed flex justify-end top-0 right-0 left-0 bg-gray-100 dark:bg-zinc-800">
<p class="fixed left-2 top-0.5 text-lg dark:text-white">
<span v-if="!wiki_open">API</span>
<span v-else>API Wiki</span>
</p>
<div @click="$emit('close')" class="fixed left-0 top-0.5 text-lg dark:text-white cursor-pointer" title="Назад">
<Icon icon="material-symbols:arrow-back" width="32" height="32"/>
</div>
<div @click="appWindow.minimize()" class="titlebar-button hover:bg-gray-200 dark:hover:bg-gray-700 justify-center inline-flex w-[30px] h-[30px] items-center dark:text-white" id="titlebar-minimize">
<Icon class="" icon="mdi:window-minimize" width="20" height="20"/>
</div>