chenken 6 years ago
parent
commit
ec1aa0f687
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/modules/oe/style/common.css

+ 6 - 0
src/modules/oe/style/common.css

@@ -1,3 +1,6 @@
+.el-row {
+  position: static !important;
+}
 .form_search_width {
   width: 160px;
 }
@@ -21,3 +24,6 @@
   padding-top: 2px;
   padding-left: 5px;
 }
+.operateRow {
+  margin-top: 2px;
+}