html
<!--陰影層-->
? ? <div v-if="finaltips==true" class="shadow"></div>
css
.shadow{
? ? background-color:rgba(199, 199, 207, 0.5);
? ? width: 100%;
? ? height: 100%;
? ? z-index: 99;
? ? position: fixed;
? ? top: 0px;
? ? left: 0px;
}
html
<!--陰影層-->
? ? <div v-if="finaltips==true" class="shadow"></div>
css
.shadow{
? ? background-color:rgba(199, 199, 207, 0.5);
? ? width: 100%;
? ? height: 100%;
? ? z-index: 99;
? ? position: fixed;
? ? top: 0px;
? ? left: 0px;
}