فهرست منبع

疾病相关护理不生效提示

zhouna 3 سال پیش
والد
کامیت
d2671053f3
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      src/components/knowledgeExtra/DiseaseTree.vue

+ 7 - 0
src/components/knowledgeExtra/DiseaseTree.vue

@@ -3,6 +3,7 @@
     <crumbs :title="minTitle" :param="$route.params" fix="fixed" linkTo="AboutDisease"></crumbs>
     <div class="contents">
       <div class="content">
+        <p class="warn-tips">注:疾病相关护理暂不生效</p>
         <div class="addBtn" v-if="list.length == 0">
           <el-button
             @click="addConcept"
@@ -450,6 +451,12 @@ export default {
   height: 100%;
   padding-top: 60px;
 }
+.warn-tips{
+  color: red;
+  font-size: 14px;
+  margin-bottom: 10px;
+  text-indent: 10px;
+}
 .btn-box {
   position: absolute;
   left: 350px;