Browse Source

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

pull/345/head
小胡 3 weeks ago
committed by GitHub
parent
commit
4d23605da9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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