|
@@ -221,6 +221,10 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.audio-wrapper {
|
|
.audio-wrapper {
|
|
|
|
+ .audio-time {
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ }
|
|
|
|
+
|
|
.audio-big {
|
|
.audio-big {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -327,6 +331,7 @@ export default {
|
|
:deep .el-slider__button {
|
|
:deep .el-slider__button {
|
|
width: 4px;
|
|
width: 4px;
|
|
height: 4px;
|
|
height: 4px;
|
|
|
|
+ margin-top: -1px;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
|
|
|