Browse Source

字体大小修改

wyq 4 years ago
parent
commit
7594b322a0
1 changed files with 18 additions and 5 deletions
  1. 18 5
      src/components/knowledgeExtra/AddDiagBase.vue

+ 18 - 5
src/components/knowledgeExtra/AddDiagBase.vue

@@ -12,7 +12,7 @@
         :rules="rules"
       >
         <div class="content">
-          <el-form-item label="疾病名称:" prop="conceptId">
+          <el-form-item label="疾病名称:" class="item" prop="conceptId">
             <el-select
               clearable
               remote
@@ -28,7 +28,7 @@
               ></el-option>
             </el-select>
           </el-form-item>
-          <el-form-item label="诊断依据描述:" class="description">
+          <el-form-item label="诊断依据描述:" class="item">
             <el-input
               class="inps"
               max-length="200"
@@ -52,7 +52,7 @@
             max-height="500"
             :header-cell-style="{background:'#E3EAF4'}"
           >
-            <el-table-column label="依据" width="100">
+            <el-table-column label="依据" width="100" fixed>
               <template slot="header" slot-scope="scope">
                 <span>依据</span>
               </template>
@@ -1480,7 +1480,7 @@ export default {
       .el-input__inner {
         height: 30px;
         line-height: 30px;
-        font-size: 12px;
+        font-size: 14px;
       }
     }
     .inps {
@@ -1488,12 +1488,20 @@ export default {
       .el-input__inner {
         width: 500px !important;
       }
+      /deep/ .el-form--inline .el-form-item__label {
+        font-size: 14px;
+      }
     }
   }
   .content-2 {
     margin-top: 10px;
     padding: 20px 20px;
     max-height: 650px;
+    .el-input {
+      .el-input__inner {
+        font-size: 12px;
+      }
+    }
     .cell {
       overflow: initial;
     }
@@ -1515,6 +1523,7 @@ export default {
     .el-form-item {
       margin-bottom: 10px;
       margin-right: 0;
+      font-size: 14px;
     }
     .discDesc {
       margin-bottom: 20px;
@@ -1633,9 +1642,13 @@ export default {
       color: #ff545b;
     }
   }
-  .description .el-form-item__error {
+  .item .el-form-item__error {
     top: auto;
   }
+  .item .el-form-item__label {
+    font-size: 14px;
+  }
+  
   .Butn {
     display: flex;
     justify-content: center;