|
|
@@ -4,14 +4,14 @@
|
|
|
<br>
|
|
|
<div class="btns-and-video">
|
|
|
<div class="btn-wrapper">
|
|
|
- <div
|
|
|
+ <button
|
|
|
v-for="item of openingTypeList" :key="item"
|
|
|
class="opening-selection-btn"
|
|
|
:class="{'active-opening-type': info.openingAnimationType === item}"
|
|
|
@click="info.openingAnimationType = item"
|
|
|
>
|
|
|
{{item}}
|
|
|
- </div>
|
|
|
+ </button>
|
|
|
</div>
|
|
|
<div class="video-wrapper">
|
|
|
<video
|
|
|
@@ -78,6 +78,7 @@ export default {
|
|
|
font-size: 14px;
|
|
|
color: #fff;
|
|
|
cursor: pointer;
|
|
|
+ display: block;
|
|
|
&::after {
|
|
|
content: '';
|
|
|
height: 100%;
|