1
0
forked from test/crm

chore: removed unused style

This commit is contained in:
Shariq Ansari 2024-07-19 15:14:20 +05:30
parent 58e6ee8276
commit b7b756cd40

View File

@ -733,18 +733,3 @@ nextTick(() => {
scroll(hash)
})
</script>
<style scoped>
.audio-control {
width: 100%;
height: 40px;
outline: none;
border: none;
background: none;
cursor: pointer;
}
.audio-control::-webkit-media-controls-panel {
background-color: white;
}
</style>