Browse Source

Merge branch 'termLink0615' into test

wyq 4 years ago
parent
commit
be91de46dc
1 changed files with 7 additions and 3 deletions
  1. 7 3
      src/components/base/LtModal.vue

+ 7 - 3
src/components/base/LtModal.vue

@@ -359,7 +359,7 @@ export default {
             formConceptId: formConceptId,
             hospitalId: this.hospitalId,
             hisCode: hisCode,
-            source: source?source:1
+            source: source ? source : 1
           };
           this.showSaveDialog(params);
         } else {
@@ -462,7 +462,7 @@ export default {
     height: 100%;
   }
   .modal-box {
-    width: 900px;
+    width: 950px;
     background: #fff;
     position: absolute;
     top: 50%;
@@ -525,7 +525,6 @@ export default {
 //   left: 250px;
 // }
 .mapList {
-  width: 380px;
   padding: 0 20px 20px;
   font-size: 14px;
   line-height: 24px;
@@ -600,6 +599,11 @@ export default {
   border: 1px solid #dcdfe6;
   padding: 20px 10px;
 }
+.rightBox {
+  padding-right: 33px;
+  height: 300px;
+  overflow-y: auto;
+}
 .itemLabel {
   width: 100%;
   min-height: 50px;