zhangzengfei
2022-07-20 4a800a8fc83c6bd1f86a8e847b079a51a7532c09
src/pages/settings/views/generalSettings.vue
@@ -35,7 +35,7 @@
                  :format-tooltip="formatTooltip"
                ></el-slider>
              </div>
              <div class="sec">120s</div>
              <div class="sec" style="margin: 0 20px">120s</div>
              <el-input-number
                v-model="min_len"
                @change="fakeObj.min = +(min_len / 1.2)"
@@ -65,7 +65,7 @@
                  :show-tooltip="true"
                ></el-slider>
              </div>
              <div class="sec">120s</div>
              <div class="sec" style="margin: 0 20px">120s</div>
              <el-input-number
                v-model="max_len"
                @change="fakeObj.max = +(max_len / 1.2)"
@@ -143,6 +143,7 @@
              action=""
              :http-request="uploadSound"
              :show-file-list="false"
              style="bottom: -94px; left: calc(50% - 217px)"
            >
              <div class="info">
                请将声音事件文件拖拽到此处,或<span class="info-click"
@@ -465,7 +466,7 @@
          this.getSounds();
        },
        (err) => {
          this.$message.error("声音上传失败");
          this.$message.error(err.msg);
        }
      );
    },
@@ -951,8 +952,6 @@
}
.upload-demo {
  top: 452px;
  left: 2px !important;
  width: 452px;
  height: 150px;
  background: #ffffff;
@@ -1135,4 +1134,4 @@
  /*  color: var(--colorCard); */
  color: #4e94ff;
}
</style>
</style>