fix:主题配置按钮z-index过高

This commit is contained in:
成路 2022-12-27 17:14:06 +08:00 committed by GitHub
parent beb705f8a9
commit 380a05c559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<n-button
type="primary"
:class="[{ '!right-330px': app.settingDrawerVisible }, app.settingDrawerVisible ? 'ease-out' : 'ease-in']"
class="fixed top-360px right-14px z-10000 w-42px h-42px !p-0 transition-all duration-300"
class="fixed top-360px right-14px z-2001 w-42px h-42px !p-0 transition-all duration-300"
@click="app.toggleSettingDrawerVisible"
>
<icon-ant-design-close-outlined v-if="app.settingDrawerVisible" class="text-24px" />