@@ -16,6 +16,8 @@
draggable="false"
>
+ <div class="top-shadow" />
+
<div
class="layer-4"
:style="{
@@ -229,7 +231,6 @@
</div>
- <!-- todo -->
<BtnBack @click="router.go('-1')" />
<OperationTip
@@ -403,6 +404,16 @@ onBeforeUnmount(() => {
height: 100%;
}
+ > .top-shadow{
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: calc(133px * v-bind("windowHeight") / v-bind("windowHeightDesign"));
+ background: linear-gradient(180deg , #aaa 0%, rgba(0,0,0,0) 100%);
+ }
> .layer-4 {
position: absolute;