| | |
| | | |
| | | .update { |
| | | position: absolute; |
| | | top: 20px; |
| | | right: 20px; |
| | | width: 140px; |
| | | height: 40px; |
| | | top: 6px; |
| | | right: 165px; |
| | | width: 112px; |
| | | height: 32px; |
| | | background: #0065ff; |
| | | color: #fff; |
| | | font-size: 14px; |
| | | /* font-size: 15px; */ |
| | | font-weight: 700; |
| | | line-height: 40px; |
| | | line-height: 33px; |
| | | text-align: center; |
| | | } |
| | | |
| | |
| | | <template> |
| | | <div class="AddBox"> |
| | | <div class="title"> |
| | | {{ editData.type ? "修改" : "添加" }}{{ editData.type === "separate" ? "独立" : "联动" }}场景 |
| | | {{ editData.type ? "修改" : "添加" }}{{ type === "separate" ? "独立" : "联动" }}场景 |
| | | </div> |
| | | |
| | | <div class="close iconfont" @click="close"></div> |
| | |
| | | TimeSlider |
| | | }, |
| | | mounted() { |
| | | console.log(this.editData) |
| | | this.getSounds() |
| | | this.eventAudio.addEventListener("ended", () => { |
| | | this.togglePlay = true |