Browse Source

语音矩阵 外边距修改

dusenyao 3 years ago
parent
commit
297e632271
1 changed files with 9 additions and 1 deletions
  1. 9 1
      src/components/Adult/preview/VoiceMatrix.vue

+ 9 - 1
src/components/Adult/preview/VoiceMatrix.vue

@@ -489,7 +489,7 @@ $select-color-brown-active: #a37557;
 .voice-matrix {
   height: 100%;
   width: 100%;
-  margin-top: 16px;
+  margin-bottom: 16px;
   color: #262626;
 
   &-audio {
@@ -836,6 +836,14 @@ $select-color-brown-active: #a37557;
 }
 </style>
 
+<style lang="scss" scoped>
+.NNPE-tableList-tr-last{
+  .voice-matrix{
+    margin-bottom: 0;
+  }
+}
+</style>
+
 <style lang="scss">
 .voice-matrix {
   &-audio {