任一存 3 лет назад
Родитель
Сommit
7adea59c8e
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      src/views/base/openingAnimationSettings.vue

+ 3 - 2
src/views/base/openingAnimationSettings.vue

@@ -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%;