浏览代码

疾病相关护理不生效提示

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;