style: 微调样式

This commit is contained in:
JaguarJack
2023-03-04 09:59:23 +08:00
parent 1e51e00840
commit 67545252fe
4 changed files with 31 additions and 26 deletions

View File

@@ -6,9 +6,9 @@
<div>
<h4 :id="titleId" :class="titleClass">{{ title }}</h4>
</div>
<div class="flex w-14 justify-between">
<Icon :name="fullscreenIcon" @click="fullscreen" class="hover:cursor-pointer" />
<Icon name="x-mark" class="hover:cursor-pointer" @click="close" />
<div class="flex w-12 justify-end">
<!--<Icon :name="fullscreenIcon" @click="fullscreen" className="hover:cursor-pointer w-4 h-4" />-->
<Icon name="x-mark" className="hover:cursor-pointer w-5 h-5" @click="close" />
</div>
</div>
</template>