소스 검색

bug fix: 编辑器-热点-新增热点-效果设置-超链接 input组件错误地限制了字数

任一存 3 년 전
부모
커밋
14f56d8112
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/qjkankan-editor/src/views/hotspot/hotspotType/link.vue

+ 0 - 1
packages/qjkankan-editor/src/views/hotspot/hotspotType/link.vue

@@ -4,7 +4,6 @@
       <input
         v-model.trim="hyperlink"
         type="text"
-        maxlength="15"
         placeholder="https://"
         @change="onUrlChange()"
       />