tangning 1 giorno fa
parent
commit
7a8f560005
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/tagging/hot/edit.vue

+ 1 - 1
src/views/tagging/hot/edit.vue

@@ -46,7 +46,7 @@
         width="100%"
         height="158px"
         :placeholder="defStyleType.id === type ? '描述:' : '特征描述:'"
-        type="richtext"
+        type="richinput"
         :rich="true"
         v-model="tagging.desc"
         :maxlength="200"