|
|
@@ -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>
|