Merge pull request #2018 from AstrBotDevs/fix-extension-btn-z-index

Fix: adjust z-index for the add button on ExtensionPage
This commit is contained in:
Soulter
2025-07-04 11:41:10 +08:00
committed by GitHub
+1 -1
View File
@@ -814,7 +814,7 @@ onMounted(async () => {
<!-- <small style="color: var(--v-theme-secondaryText);">每个插件都是作者无偿提供的的劳动成果如果您喜欢某个插件 Star</small> -->
<v-btn icon="mdi-plus" size="x-large" style="position: fixed; right: 52px; bottom: 52px;" @click="dialog = true"
<v-btn icon="mdi-plus" size="x-large" style="position: fixed; right: 52px; bottom: 52px; z-index: 10000" @click="dialog = true"
color="darkprimary">
</v-btn>