Browse Source

修复编辑文件标签时,输入框高度为0的情况

pull/344/head
小胡 4 weeks ago
parent
commit
629a838367
  1. 2
      dzz/explorer/template/ajax.htm

2
dzz/explorer/template/ajax.htm

@ -1063,7 +1063,7 @@
//标签input框
$(document).ready(function () {
$('.taginput_tag').tagsInput({
'height': '0px',
'height': 'auto',
'width': '100%',
'interactive': true,
'defaultText': '',

Loading…
Cancel
Save