Jelajahi Sumber

多条记录样式修改3923

zhouna 5 tahun lalu
induk
melakukan
981d86412b
2 mengubah file dengan 7 tambahan dan 7 penghapusan
  1. 5 5
      src/css/qcScore.less
  2. 2 2
      src/html/qcScore.html

+ 5 - 5
src/css/qcScore.less

@@ -77,11 +77,11 @@
     width:70%;
     height: 100%;
     position: relative;
-    /*overflow-y: auto;*/
+    overflow-y: auto;
   }
   .content-item{
     display: none;
-    height: 100%;
+    /*height: 100%;*/
     .content-item-wrapper{
       margin-bottom: 50px;
     }
@@ -94,8 +94,8 @@
       }
     }
     .title{
-      position: absolute;
-      top: 0;
+      /*position: absolute;
+      top: 0;*/
       width: 100%;
       color: #333333;
       font-size: 16px;
@@ -110,7 +110,7 @@
       margin-top: 45px;
       padding: 20px 30px 0;
       height: 100%;
-      overflow-y: auto;
+      /*overflow-y: auto;*/
     }
     .info-table{
       margin: 0 0 15px;

+ 2 - 2
src/html/qcScore.html

@@ -1454,7 +1454,7 @@
     <script type="text/html" id="surgeryBookTmpl">
         <div class="content-item" code="${title}">
             <h2 class="title">${title}</h2>
-            <div class="container content-ht">
+            <div class="container">
                 <div class="patient-info">
                     <span>姓名:${本人姓名}</span>
                     <span>性别:${性别}</span>
@@ -2418,7 +2418,7 @@
     <script type="text/html" id="surgeryAfRecord">
         <div class="content-item" code="${title}">
             <h2 class="title">${title}</h2>
-            <div class="container surgery-af content-ht">
+            <div class="container surgery-af">
                 <div class="patient-info">
                     <span>姓名:${本人姓名}</span>
                     <span>性别:${性别}</span>