Browse Source

诊断依据样式调整

zhouna 4 years ago
parent
commit
ae50cf4818
1 changed files with 12 additions and 6 deletions
  1. 12 6
      src/components/knowledgeExtra/AddDiagBase.vue

+ 12 - 6
src/components/knowledgeExtra/AddDiagBase.vue

@@ -251,7 +251,7 @@
                     <div
                       v-if="v.title == '医学标准术语'"
                       class="box-2"
-                      :class="items.basType===3 || items.basType===4||items.basType===5 || items.basType===6? 'tmall' : 'taobao'"
+                      :class="items.basType===3 || items.basType===4|| items.basType===5 || items.basType===6? 'tmall' : 'taobao'"
                     >
                       <el-form-item
                         v-if="items.basType==1 || items.basType==2 || items.basType==''"
@@ -1495,14 +1495,19 @@ export default {
       height: calc(100vh - 370px);
     }
     /deep/ .el-input {
-      height: 30px;
-      line-height: 30px;
+      height: 24px;
+      line-height: 24px;
       .el-input__inner {
-        height: 30px;
-        line-height: 30px;
+        height: 24px;
+        line-height: 24px;
         font-size: 12px;
+        border-radius: 2px;
+        border-color: #c9c9c9;
       }
     }
+    /deep/ .el-select .el-input .el-icon-arrow-up{
+      line-height: 25px;
+    }
     .inps {
       width: 500px !important;
       font-size: 14px;
@@ -1543,7 +1548,7 @@ export default {
       }
     }
     .el-form-item {
-      margin-bottom: 10px;
+      margin-top: 8px;
       margin-right: 0;
     }
     .discDesc {
@@ -1657,6 +1662,7 @@ export default {
     .icon {
       padding: 0 3px;
       cursor: pointer;
+      vertical-align: middle;
     }
     .star {
       color: #ff545b;