Explorar el Código

症状推送类样式修改

zhangxc hace 6 años
padre
commit
db78e24b42
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>