소스 검색

bug(5134)

zhangxc 5 년 전
부모
커밋
723cdc6115
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 2
      src/components/qualityControl/ItemDataTypeQcTypePour.vue
  2. 5 4
      src/components/qualityControl/QCTypePour.vue

+ 1 - 2
src/components/qualityControl/ItemDataTypeQcTypePour.vue

@@ -404,9 +404,8 @@ export default {
     .operationPool {
         position: relative;
         width: 60%;
-        min-height: 300px;
+        height: 300px;
         padding: 10px 0;
-        max-height: 450px;
         overflow: auto;
     }
     .tagName{

+ 5 - 4
src/components/qualityControl/QCTypePour.vue

@@ -402,10 +402,11 @@ export default {
         /*z-index:0;*/
     }
     .operationPool {
-        position: relative;
-        width: 60%;
-        min-height: 300px;
-        padding: 10px 0;
+      position: relative;
+      width: 60%;
+      height: 300px;
+      padding: 10px 0;
+      overflow: auto;
     }
     .tagName{
         margin-right: 10px;