fix: card iframe offside

This commit is contained in:
Lazy 2025-03-12 22:00:55 +08:00
parent 2ff0f7e29c
commit 2e7bf36de8
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,10 @@
@import "./tools.scss";
.bg-extend-css {
.card-panel {
backdrop-filter: blur(3px);
}
.ant-table,
.left-menu,
.ant-table-cell,

View File

@ -57,7 +57,6 @@ const { containerState } = useLayoutContainerStore();
display: flex;
flex-direction: column;
position: relative;
backdrop-filter: blur(3px);
.card-panel-title {
font-weight: 600;

View File

@ -54,7 +54,7 @@ onMounted(() => {
<template>
<div style="width: 100%; height: 100%; position: relative">
<CardPanel v-if="urlSrc !== ''">
<CardPanel v-if="urlSrc !== ''" style="backdrop-filter: blur()">
<template #title>
{{ card.title }}
<a-button