src/views/operate/images/index.vue
@@ -21,6 +21,11 @@ > </div> </div> <div class="addBtn"> <el-button type="primary" @click="handleUpdateImageResource(null,'create')" >新增</el-button > </div> </div> </header> <main> @@ -271,7 +276,6 @@ }, // 执行下拉框操作 selectChange(list) { debugger if (this.tempList.length !== 0) { this.preMyIdx = list; this.mulDelete(this.tempList); @@ -432,7 +436,7 @@ } .addBtn { background-color: #eb5d01; // background-color: #eb5d01; border: none; border-radius: 20px; padding: 12px 30px;