mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-30 15:16:42 +08:00
fix:主题配置按钮z-index过高
This commit is contained in:
parent
beb705f8a9
commit
380a05c559
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user