Skip to content

Commit ce213d7

Browse files
committed
feat: add scoped styles for audio element in MdPreview component
--bug=1058490 --user=刘瑞斌 【应用管理】查看应用对话日志-显示回复语音,部分按键被遮盖 https://www.tapd.cn/62980211/s/1731804
1 parent 28b97cd commit ce213d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ui/src/components/markdown/MdPreview.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ config({
2121
}
2222
})
2323
</script>
24+
25+
<style lang="scss" scoped>
26+
:deep(audio) {
27+
width: 300px;
28+
height: 43px;
29+
}
30+
</style>

0 commit comments

Comments
 (0)