瀏覽代碼

修改登录页

wangfumin 5 天之前
父節點
當前提交
cae0674b90
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/views/setting/select-back.vue
  2. 1 1
      src/views/tagging/hot/edit.vue

+ 2 - 2
src/views/setting/select-back.vue

@@ -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>
         </template>
-    </ui-input>
+    </ui-input> -->
   </div>
 </template>
 

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

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