浏览代码

语音矩阵 外边距修改

dusenyao 3 年之前
父节点
当前提交
297e632271
共有 1 个文件被更改,包括 9 次插入1 次删除
  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 {