Quellcode durchsuchen

病例首页说明

Your Name vor 2 Jahren
Ursprung
Commit
015fc181ff
1 geänderte Dateien mit 16 neuen und 2 gelöschten Zeilen
  1. 16 2
      src/components/PatIndex.vue

+ 16 - 2
src/components/PatIndex.vue

@@ -118,9 +118,15 @@
         <div class="footer">
           <div class="jbbtn" @click="logout">退出登录</div>
         </div>
-
       </div>
     </div>
+    <div class="desc">
+        <b>1、本结果仅供参考,具体治疗方案请遵医嘱执行</b><br>
+        <b>2、Target plasma factor levels for personalized treatment in haemophilia: a Delphi consensus statement,
+          Alorio,et al.Haemophilia,2017</b><br>
+        <b>3、Optimising prophylaxis in haemophilia A: The ups and downs of treatment,Erik Berntorp,et al. Blood
+          Rev, 2021 Nov</b>
+    </div>
   </div>
 </template>
 
@@ -331,7 +337,7 @@
 
     .footer {
       margin-top: 20px;
-      margin-bottom: 20px;
+      margin-bottom: 6rem;
       .jbbtn{
         margin-top: 10px;
       }
@@ -342,4 +348,12 @@
     text-align: center;
   }
 
+  .desc{
+    position: fixed;
+    text-align: left;
+    font-size:12px;
+    bottom:0px;
+    z-index:10;
+  }
+
 </style>