摘要: //复制纯文本 async copyText(str) { try { // 将链接复制到剪贴板 注意访问id环境下不可用 await navigator.clipboard.writeText(str); this.$Message.success("复制成功"); } catch (err) { 阅读全文
posted @ 2024-05-11 16:17 波仔、 阅读(23) 评论(0) 推荐(0) 编辑
摘要: <style> span { cursor: pointer; } .playvideo { position: relative; height: 500px; } video { width: 800px; height: 500px; border: 1px solid #000; objec 阅读全文
posted @ 2024-05-11 16:08 波仔、 阅读(28) 评论(0) 推荐(0) 编辑
摘要: span{ cursor: pointer; } .audio_list{ margin-top: 10px; } .audio_list audio{ margin-right: 40px; position: relative; } audio span{ color: red; positio 阅读全文
posted @ 2024-05-11 16:07 波仔、 阅读(12) 评论(0) 推荐(0) 编辑