Browse Source

症状推送类样式修改

zhangxc 6 years ago
parent
commit
db78e24b42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/icss/SymptomPush.vue

+ 1 - 1
src/components/icss/SymptomPush.vue

@@ -45,7 +45,7 @@
             <li 
                 v-for="(it) in item.questionDetailList"
                 :key = "it.id"
-                class = "symptomPushTagItem">   
+                class = "symptomPushTagItem ellipsis">   
                 {{it.name}}
             </li>
         </ul>