选择设备

This commit is contained in:
shijingjing
2022-06-09 08:39:26 +08:00
parent b2600d0de5
commit 55a7cd8624
3 changed files with 152 additions and 7 deletions

View File

@@ -68,7 +68,7 @@
<div class="dialog-footer" slot="footer">
<el-button @click="detailDialog=false" size="medium">关闭</el-button>
<el-button @click="play(info.id)" size="medium">新建广播</el-button>
<el-button @click="play(info.id)" type="primary" size="medium">新建广播</el-button>
</div>
</ai-dialog>
@@ -242,7 +242,6 @@ export default {
width: 100%;
height: 200px;
overflow-y: auto;
overflow-y: scroll;
}
}
</style>