@@ -48,7 +48,7 @@
/>
</template>
<!-- 上传入口 -->
- <ui-input
+ <!-- <ui-input
class="img-input"
type="file"
width="88px"
@@ -64,7 +64,7 @@
<ui-icon type="add" />
</p>
- </ui-input>
+ </ui-input> -->
</div>
@@ -46,7 +46,7 @@
width="100%"
height="158px"
:placeholder="defStyleType.id === type ? '描述:' : '特征描述:'"
- type="richinput"
+ type="richtext"
:rich="true"
v-model="tagging.desc"
:maxlength="200"