追加毛玻璃效果
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="AiSummary">
|
<div class="AiSummary">
|
||||||
<component :is="type" :theme="theme" :data="data" :keys="keys" :value="value" :summaryTitle="summaryTitle"></component>
|
<component :is="type" :theme="theme" :data="data" :keys="keys" :value="value"
|
||||||
|
:summaryTitle="summaryTitle"></component>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -87,5 +88,6 @@
|
|||||||
.AiSummary {
|
.AiSummary {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
backdrop-filter: blur(1px);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user