mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
feat: 调整导航栏底部高度,禁用卡片点击涟漪效果
This commit is contained in:
@@ -19,7 +19,7 @@ $layout-horizontal-nav-layout-navbar-z-index: 11 !default;
|
|||||||
$layout-boxed-content-width: 90rem !default;
|
$layout-boxed-content-width: 90rem !default;
|
||||||
|
|
||||||
// 👉Footer
|
// 👉Footer
|
||||||
$layout-vertical-nav-footer-height: 0rem !default;
|
$layout-vertical-nav-footer-height: 3.5rem !default;
|
||||||
|
|
||||||
// 👉 Layout overlay
|
// 👉 Layout overlay
|
||||||
$layout-overlay-z-index: 11 !default;
|
$layout-overlay-z-index: 11 !default;
|
||||||
|
|||||||
@@ -154,6 +154,7 @@ onMounted(() => {
|
|||||||
:variant="cardProps.site?.is_active ? 'elevated' : 'outlined'"
|
:variant="cardProps.site?.is_active ? 'elevated' : 'outlined'"
|
||||||
class="overflow-hidden h-full flex flex-col"
|
class="overflow-hidden h-full flex flex-col"
|
||||||
@click="handleResourceBrowse"
|
@click="handleResourceBrowse"
|
||||||
|
:ripple="false"
|
||||||
>
|
>
|
||||||
<template #image>
|
<template #image>
|
||||||
<VAvatar class="absolute right-2 bottom-2 rounded" variant="flat" rounded="0">
|
<VAvatar class="absolute right-2 bottom-2 rounded" variant="flat" rounded="0">
|
||||||
|
|||||||
@@ -303,6 +303,7 @@ function onSubscribeEditRemove() {
|
|||||||
}"
|
}"
|
||||||
min-height="170"
|
min-height="170"
|
||||||
@click="editSubscribeDialog"
|
@click="editSubscribeDialog"
|
||||||
|
:ripple="false"
|
||||||
>
|
>
|
||||||
<div class="me-n3 absolute top-1 right-2">
|
<div class="me-n3 absolute top-1 right-2">
|
||||||
<IconBtn>
|
<IconBtn>
|
||||||
|
|||||||
Reference in New Issue
Block a user