|
@@ -60,12 +60,12 @@ watch(current, () => {
|
|
|
bottom: 1rem;
|
|
|
left: 3rem;
|
|
|
display: flex;
|
|
|
- pointer-events: none;
|
|
|
+ // pointer-events: none;
|
|
|
|
|
|
.dialog {
|
|
|
max-width: 30rem;
|
|
|
- background-color: rgba(255, 244, 220, 0.6);
|
|
|
- backdrop-filter: blur(20px);
|
|
|
+ background-color: rgba(255, 244, 220, 0.9);
|
|
|
+ backdrop-filter: blur(20px); // 不生效,因为组件根元素通过class animation--hack-browser-bug--stack-too-high施加了动画
|
|
|
box-shadow: inset 0px 1px 3px 0px #FFF3D1;
|
|
|
margin-left: -5rem;
|
|
|
color: #514C41;
|
|
@@ -83,8 +83,8 @@ watch(current, () => {
|
|
|
display: inline-block;
|
|
|
width: 4rem;
|
|
|
height: 2rem;
|
|
|
- background-color: rgba(255, 244, 220, 0.6);
|
|
|
- backdrop-filter: blur(20px);
|
|
|
+ background-color: rgba(255, 244, 220, 0.9);
|
|
|
+ backdrop-filter: blur(20px); // 不生效,因为组件根元素通过class animation--hack-browser-bug--stack-too-high施加了动画
|
|
|
position: absolute;
|
|
|
right: 99.9%;
|
|
|
z-index: -1;
|