style: mp模块stylelint

(cherry picked from commit 4925a66cc5)
This commit is contained in:
dhb52
2023-04-21 23:19:04 +08:00
committed by shizhong
parent 132e044c48
commit 94ab90d8ab
13 changed files with 236 additions and 204 deletions

View File

@ -86,18 +86,18 @@ const amrStop = () => {
</script>
<style lang="scss" scoped>
.wx-voice-div {
display: flex;
width: 120px;
height: 50px;
padding: 5px;
background-color: #eaeaea;
border-radius: 10px;
width: 120px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.amr-duration {
font-size: 11px;
margin-left: 5px;
font-size: 11px;
}
</style>