| | |
| | | :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)"
|
| | |
| | | :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)"
|
| | |
| | | action=""
|
| | | :http-request="uploadSound"
|
| | | :show-file-list="false"
|
| | | style="bottom: -94px; left: calc(50% - 217px)"
|
| | | >
|
| | | <div class="info">
|
| | | 请将声音事件文件拖拽到此处,或<span class="info-click"
|
| | |
| | | this.getSounds();
|
| | | },
|
| | | (err) => {
|
| | | this.$message.error("声音上传失败");
|
| | | this.$message.error(err.msg);
|
| | | }
|
| | | );
|
| | | },
|
| | |
| | | }
|
| | |
|
| | | .upload-demo {
|
| | | top: 452px;
|
| | | left: 2px !important;
|
| | | width: 452px;
|
| | | height: 150px;
|
| | | background: #ffffff;
|
| | |
| | | /* color: var(--colorCard); */
|
| | | color: #4e94ff;
|
| | | }
|
| | | </style>
|
| | | </style> |