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