ZZJ
2021-10-09 2e56105da84145350e9b6fe2925cee63d55283f6
src/pages/settings/views/generalSettings.vue
@@ -139,7 +139,7 @@
          </div>
          <div class="bar-group">
            <div
              class="bar"
              class="general-bar"
              v-for="(item, i) in soundList"
              :key="i"
              @click="clickSound(item, i)"
@@ -148,7 +148,7 @@
              <div class="left-part">
                <span class="name">{{ item.name }}</span>
              </div>
              <div class="btns">
              <div class="sound-btns">
                <span @click="togglePlay(item, i)">
                  <span
                    class="iconfont"
@@ -665,6 +665,7 @@
      }
      .bar-group {
        overflow: auto;
<<<<<<< HEAD
        height: 400px;
      }
      .bar {
@@ -683,6 +684,26 @@
          font-size: 14px;
        }
        .btns {
          width: 52px;
=======
        height: 520px;
        .general-bar {
          height: 48px;
          background-color: #f8f8f8;
          border-radius: 10px;
          line-height: 48px;
          box-sizing: border-box;
          padding: 0 20px 0 20px;
          font-weight: 700;
>>>>>>> 0892efe5131551631fe287cfda29e59e4f2f6707
          display: flex;
          justify-content: space-between;
          margin-bottom: 2px;
          border: 2px solid #fff;
          .name {
            font-size: 14px;
          }
          .sound-btns {
          width: 52px;
          display: flex;
          justify-content: space-between;
@@ -711,6 +732,8 @@
          color: rgba(134, 134, 134, 1);
        }
      }
      }
      /* .bar:hover {
        border: 2px solid #4E94FF !important;
      } */