Преглед на файлове

提交电子病历配置的样式修改

xiezhiming преди 3 години
родител
ревизия
3ea4224967
променени са 2 файла, в които са добавени 29 реда и са изтрити 6 реда
  1. 27 4
      src/components/icss/plan/AddPlan.vue
  2. 2 2
      src/components/knowledgeExtra/AddNewRuleTable.vue

+ 27 - 4
src/components/icss/plan/AddPlan.vue

@@ -19,6 +19,8 @@
 	}
     ul {
       li {
+		  border-radius: 2px;
+		  margin-bottom: 10px;
       }
     }
     .group_item {
@@ -27,7 +29,9 @@
         display: flex;
         justify-content: space-between;
         align-items: center;
-        background: #f2f2f2;
+        background: #E3EAF4;
+        border-radius: 4px;
+        margin-bottom: 10px;
         .title_left {
           display: flex;
           justify-content: center;
@@ -54,6 +58,8 @@
         li {
           display: flex;
           .move_btn {
+			background: #E2F4F6;
+			padding-left: 10px;  
             display: flex;
             height: 40px;
             .move_top,
@@ -94,6 +100,7 @@
             flex: 1;
             display: flex;
             justify-content: space-between;
+			background: #E2F4F6;
             .right_l {
               display: flex;
               // width: calc(100% - 200px);
@@ -104,10 +111,25 @@
           }
           .list_right1 {
             width: calc(100%);
+			background: #FFFFFF;
           }
         }
       }
     }
+	.list-w {
+		  /deep/.list_right:nth-of-type(1){
+		  	  background: #E2F4F6 !important;
+		  }
+	}
+	.b_active{
+		  background: #F2F2F2 ;
+		  /deep/.list_right{
+			background: #F2F2F2 !important;  
+		  }
+	}
+	.pr-10{
+		  padding-right: 10px;
+	}
     .open {
       transform: rotate(0deg);
       transition: transform 0.3s;
@@ -191,6 +213,7 @@
                     <li
                             v-for="(item, index) in group.planDetails"
                             :key="item.id"
+							:class="((downActive==index||upActive == index)&&item.list)?'b_active':''"
                     >
                       <div class="move_btn">
                         <div class="move_top">
@@ -266,7 +289,7 @@
                               }}</span>
                             </div>
                           </div>
-                          <div v-if="item.number" style="position: relative;">
+                          <div v-if="item.number" style="position: relative;" class="pr-10">
                             <span style="margin-right: 8px">默认显示个数</span>
                             <el-select
                                     v-model="item.number"
@@ -287,7 +310,7 @@
                           </div>
                         </div>
                       </div>
-                      <div v-else style="width: 100%">
+                      <div v-else style="width: 100%" class="list-w">
                         <div
                                 class="list_right list_right1"
                                 v-for="child in item.list"
@@ -312,7 +335,7 @@
                               }}</span>
                             </div>
                           </div>
-                          <div v-if="child.number">
+                          <div v-if="child.number" class="pr-10">
                             <span style="margin-right: 8px">默认显示个数</span>
                             <el-select
                                     v-model="child.number"

+ 2 - 2
src/components/knowledgeExtra/AddNewRuleTable.vue

@@ -343,9 +343,9 @@
           </el-form-item>
         </template>
       </el-table-column>
-      <el-table-column width="170px" label="医学标准术语" prop="subConceptId">
+      <el-table-column width="170px" label="基础医学标准术语" prop="subConceptId">
         <template slot="header" slot-scope="scope">
-          <div class="custom_table_header">医学标准术语</div>
+          <div class="custom_table_header">基础医学标准术语</div>
         </template>
         <template slot-scope="scope">
           <el-form-item