mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix VDivder
This commit is contained in:
@@ -225,7 +225,7 @@ onMounted(() => {
|
|||||||
</VTooltip>
|
</VTooltip>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
|
|
||||||
<VDivider class="opacity-75" style="border-color: rgba(var(--v-theme-on-background), var(--v-selected-opacity))" />
|
<VDivider />
|
||||||
|
|
||||||
<VCardActions>
|
<VCardActions>
|
||||||
<VBtn v-if="!cardProps.site?.public" :disabled="updateButtonDisable" @click.stop="handleSiteUpdate">
|
<VBtn v-if="!cardProps.site?.public" :disabled="updateButtonDisable" @click.stop="handleSiteUpdate">
|
||||||
|
|||||||
@@ -130,3 +130,8 @@
|
|||||||
.v-toast {
|
.v-toast {
|
||||||
z-index: 2500 !important;
|
z-index: 2500 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.v-divider {
|
||||||
|
border-color: rgba(var(--v-theme-on-background), var(--v-selected-opacity));
|
||||||
|
opacity:0.75;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user