Browse Source

样式优化

marymelisa 4 years ago
parent
commit
10249c047a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/assets/styles/mixin.less

+ 6 - 0
src/assets/styles/mixin.less

@@ -256,6 +256,12 @@
         background-color: transparent;
         color:  @m-grey17;
     }
+    .operBtn.ant-btn {
+        margin-top: 0;
+        margin-bottom: 0;
+        height: 26px;
+        line-height: 26px;
+    }
 }
 // 展开行操作按钮显示问题
 .topOrderTable {