|
@@ -9,7 +9,7 @@
|
|
<li>
|
|
<li>
|
|
<el-form-item prop="parentId" label="选择现有音乐类型:">
|
|
<el-form-item prop="parentId" label="选择现有音乐类型:">
|
|
<div class="type-black__select">
|
|
<div class="type-black__select">
|
|
- <el-select v-model="form.parentId" placeholder="请选择音乐类型">
|
|
|
|
|
|
+ <el-select clearable v-model="form.parentId" placeholder="现有音乐类型">
|
|
<el-option
|
|
<el-option
|
|
v-for="item in musicTypes"
|
|
v-for="item in musicTypes"
|
|
:key="item.id"
|
|
:key="item.id"
|
|
@@ -23,7 +23,7 @@
|
|
<li>
|
|
<li>
|
|
<el-form-item prop="musicName" label="音乐库名称:">
|
|
<el-form-item prop="musicName" label="音乐库名称:">
|
|
<div class="type-black__input">
|
|
<div class="type-black__input">
|
|
- <el-input v-model="form.musicName" placeholder="音乐库名称"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.musicName" clearable placeholder="音乐库名称"></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</li>
|
|
</li>
|
|
@@ -227,7 +227,7 @@ export default {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
this.progressTimer = setInterval(() => {
|
|
this.progressTimer = setInterval(() => {
|
|
- if (this.videoUploadPercent < 98) {
|
|
|
|
|
|
+ if (this.videoUploadPercent < 93) {
|
|
this.videoUploadPercent += 5;
|
|
this.videoUploadPercent += 5;
|
|
} else {
|
|
} else {
|
|
clearInterval(this.progressTimer);
|
|
clearInterval(this.progressTimer);
|
|
@@ -346,7 +346,7 @@ export default {
|
|
top: -20px;
|
|
top: -20px;
|
|
right: -20px;
|
|
right: -20px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- z-index: 999999;
|
|
|
|
|
|
+ z-index: 9;
|
|
color: red;
|
|
color: red;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
font-size: 30px;
|
|
font-size: 30px;
|